Update nvim

This commit is contained in:
2026-08-02 14:18:41 -04:00
parent 22a1fcb0b5
commit 03088ca0b3
9 changed files with 114 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
-- Enable LSP servers for Neovim 0.11+
vim.lsp.enable({
"lua_ls",
"ols",
})
-- Load Lsp on-demand, e.g: eslint is disable by default