[neovim] Fix LSPs

This commit is contained in:
2025-03-03 17:26:55 -08:00
parent 5a7cbba840
commit fb912f896c
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
copilot = {},
lua_ls = {},
nil_ls = {},
},
},
},
}

View File

@@ -1,5 +1,6 @@
return { return {
"mrcjkb/rustaceanvim", "mrcjkb/rustaceanvim",
ft = { "rust" },
opts = { opts = {
server = { server = {
default_settings = { default_settings = {