Skip to content

Commit e11310b

Browse files
authored
feat: support new options (#1279)
Signed-off-by: Jint-lzxy <[email protected]>
1 parent a55678e commit e11310b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/core/options.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ local function load_options()
1717
clipboard = "unnamedplus",
1818
cmdheight = 1, -- 0, 1, 2
1919
cmdwinheight = 5,
20-
complete = ".,w,b,k",
21-
completeopt = "menuone,noselect",
20+
complete = ".,w,b,k,kspell",
21+
completeopt = "menuone,noselect,popup",
2222
concealcursor = "niv",
2323
conceallevel = 0,
2424
cursorcolumn = true,
@@ -70,6 +70,7 @@ local function load_options()
7070
signcolumn = "yes",
7171
smartcase = true,
7272
smarttab = true,
73+
smoothscroll = true,
7374
splitbelow = true,
7475
splitkeep = "screen",
7576
splitright = true,

0 commit comments

Comments
 (0)