Set up LSP, completion, etc; adjust a few other small settings

This commit is contained in:
2025-08-20 11:09:42 -05:00
parent 424e2be8ee
commit fd4a95bc36
14 changed files with 231 additions and 48 deletions

View File

@@ -10,7 +10,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 2
vim.opt.colorcolumn = "90"
vim.opt.signcolumn = "number" -- "auto", "yes", "no", "number"
vim.opt.signcolumn = "yes" -- "auto", "yes", "no", "number"
vim.opt.laststatus = 2
vim.opt.splitright = true
vim.opt.splitbelow = true