init.lua updates

This commit is contained in:
David Francis 2023-06-24 16:17:58 +01:00
parent 08d77ce845
commit dece0db113
1 changed files with 5 additions and 3 deletions

View File

@ -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