Files
2026-03-11 13:27:54 -04:00

15 lines
219 B
Lua

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