From 34cea963ffa733345f5c0fb3718a89eb59dd37f9 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 27 Feb 2024 22:17:45 +0100 Subject: Cleanup --- Common/nvim/lua/basic.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/nvim/lua/basic.lua') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 82c0194..9e40930 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -43,7 +43,7 @@ VIM User interface --]] -- Set 3 lines to the cursor - when moving vertically using j/k -vim.opt.so = 3 +-- vim.opt.so = 3 -- set WildMenu --vim.opt.wildmenu = true @@ -56,7 +56,7 @@ vim.opt.wildignore:append('*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store') --vim.opt.ruler = true -- Hide buffers when they are abandoned -vim.opt.hid = true +-- vim.opt.hid = true -- Make backspace function normally vim.opt.backspace = 'eol,start,indent' -- cgit v1.2.3