From e4fd24faf59ca9e673b75d3dd534ae02ba2736d0 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 19 Oct 2022 10:18:27 +0200 Subject: Change some vim configuartion --- Common/nvim/lua/basic.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Common/nvim/lua/basic.lua') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index a5aec23..0e030ec 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -33,11 +33,11 @@ vim.api.nvim_create_user_command( VIM User interface --]] --- Set 7 lines to the cursor - when moving vertically using j/k -vim.opt.so = 7 +-- Set 3 lines to the cursor - when moving vertically using j/k +vim.opt.so = 3 -- set WildMenu -vim.opt.wildmenu = true +--vim.opt.wildmenu = true -- Ignore compiled files vim.opt.wildignore = '*.o,*~,*.pyc' -- cgit v1.2.3