Update neovim configs

This commit is contained in:
2025-08-05 16:19:18 -04:00
parent f404788868
commit 46ec7c60ee
9 changed files with 77 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
return {
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable("zls")
vim.lsp.enable("clangd")
end
}