minor updatre

This commit is contained in:
Alexander Navarro 2025-10-09 18:03:52 -03:00
parent 3129cc7bee
commit 5096e5eb5b
7 changed files with 12 additions and 4 deletions

View file

@ -31,7 +31,7 @@ opt.ignorecase = true -- Ignore case
opt.inccommand = 'split' -- Preview substitutions live, as you type!
opt.mouse = "a" -- Enable mouse mode
opt.nrformats = 'blank,bin,hex'
opt.number = true -- Print line number
opt.number = true -- Print line number
opt.pumblend = 10 -- Popup blend
opt.pumheight = 10 -- Maximum number of entries in a popup
-- opt.relativenumber = true -- Relative line numbers
@ -168,6 +168,7 @@ vim.lsp.enable({
"hyprls",
"intelephense",
"jsonls",
"kotlin_lsp",
"lua_ls",
"nushell",
"pyright",