Update all dot files

This commit is contained in:
2026-03-11 13:27:54 -04:00
parent c041170257
commit 4796f893e5
33 changed files with 825 additions and 273 deletions

View File

@@ -0,0 +1,14 @@
return {
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
opts = {
diagnostics = {},
capabilities = {},
autoformat = true,
format = {},
servers = {
lua_ls = {},
qmlls = {},
},
},
}