minor update
This commit is contained in:
parent
466d6652ba
commit
78bfbc3ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,8 @@ opt.updatetime = 200 -- Save swap file and trigger CursorHold
|
|||
opt.wildmode = "longest,list:full" -- Command-line completion mode
|
||||
opt.winminwidth = 5 -- Minimum window width
|
||||
opt.wrap = false -- Disable line wrap
|
||||
vim.opt.inccommand = 'split' -- Preview substitutions live, as you type!
|
||||
opt.inccommand = 'split' -- Preview substitutions live, as you type!
|
||||
-- vim.o.exrc = true
|
||||
|
||||
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||
|
||||
|
|
@ -153,7 +154,6 @@ vim.filetype.add({
|
|||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ LSP │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
vim.lsp.enable({
|
||||
"ansiblels",
|
||||
"lua_ls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue