diff --git a/lua/core/options.lua b/lua/core/options.lua index 8ee07be5f..f79004ca2 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -17,8 +17,8 @@ local function load_options() clipboard = "unnamedplus", cmdheight = 1, -- 0, 1, 2 cmdwinheight = 5, - complete = ".,w,b,k", - completeopt = "menuone,noselect", + complete = ".,w,b,k,kspell", + completeopt = "menuone,noselect,popup", concealcursor = "niv", conceallevel = 0, cursorcolumn = true, @@ -70,6 +70,7 @@ local function load_options() signcolumn = "yes", smartcase = true, smarttab = true, + smoothscroll = true, splitbelow = true, splitkeep = "screen", splitright = true,