From dece0db113bd08708ee0b032965bcdf77c13bae5 Mon Sep 17 00:00:00 2001 From: David Francis Date: Sat, 24 Jun 2023 16:17:58 +0100 Subject: [PATCH] init.lua updates --- init.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index d83cb5c5..65b8c66b 100644 --- a/init.lua +++ b/init.lua @@ -97,6 +97,7 @@ require('lazy').setup({ }, }, + -- theme { "catppuccin/nvim", name = "catppuccin", @@ -215,9 +216,10 @@ vim.o.completeopt = 'menuone,noselect' -- NOTE: You should make sure your terminal supports this vim.o.termguicolors = true -vim.o.tabstop = 4 -vim.o.shiftwidth = 4 -vim.o.expandtab = true +-- Think these are set automatically by a plugin instead +-- vim.o.tabstop = 4 +-- vim.o.shiftwidth = 4 +-- vim.o.expandtab = true vim.o.scrolloff = 8