init.lua updates
This commit is contained in:
parent
08d77ce845
commit
dece0db113
8
init.lua
8
init.lua
|
@ -97,6 +97,7 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- theme
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
|
@ -215,9 +216,10 @@ vim.o.completeopt = 'menuone,noselect'
|
||||||
-- NOTE: You should make sure your terminal supports this
|
-- NOTE: You should make sure your terminal supports this
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
||||||
vim.o.tabstop = 4
|
-- Think these are set automatically by a plugin instead
|
||||||
vim.o.shiftwidth = 4
|
-- vim.o.tabstop = 4
|
||||||
vim.o.expandtab = true
|
-- vim.o.shiftwidth = 4
|
||||||
|
-- vim.o.expandtab = true
|
||||||
|
|
||||||
vim.o.scrolloff = 8
|
vim.o.scrolloff = 8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue