minor update

This commit is contained in:
Alexander Navarro 2025-07-21 09:16:35 -04:00
parent 466d6652ba
commit 78bfbc3ed6

View file

@ -57,7 +57,8 @@ opt.updatetime = 200 -- Save swap file and trigger CursorHold
opt.wildmode = "longest,list:full" -- Command-line completion mode opt.wildmode = "longest,list:full" -- Command-line completion mode
opt.winminwidth = 5 -- Minimum window width opt.winminwidth = 5 -- Minimum window width
opt.wrap = false -- Disable line wrap 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" vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
@ -153,7 +154,6 @@ vim.filetype.add({
-- ╭─────────────────────────────────────────────────────────╮ -- ╭─────────────────────────────────────────────────────────╮
-- │ LSP │ -- │ LSP │
-- ╰─────────────────────────────────────────────────────────╯ -- ╰─────────────────────────────────────────────────────────╯
vim.lsp.enable({ vim.lsp.enable({
"ansiblels", "ansiblels",
"lua_ls", "lua_ls",