diff --git a/.config/nvim/lua/my/settings.lua b/.config/nvim/lua/my/settings.lua index 3030f41..abdc6d0 100644 --- a/.config/nvim/lua/my/settings.lua +++ b/.config/nvim/lua/my/settings.lua @@ -17,7 +17,7 @@ local options = { shiftwidth = 4, -- 1 indentation = 4 spaces completeopt = 'menu,menuone,noselect', -- completion popup autochdir = true, -- change workir to current file dir - cmdheight = 2, -- message area size + cmdheight = 1, -- message area size mouse = '', -- make use of mouse in these modes pumheight = 10, -- maximum entries in popup menu smartindent = true, -- indent after { and so on