cleanup, neovim optimizations and updates ig

This commit is contained in:
Nico
2025-05-29 14:50:58 +02:00
parent 6c601333a0
commit f85d945337
43 changed files with 1186 additions and 275 deletions

View File

@@ -7,7 +7,8 @@ return {
servers = {
lua_ls = {},
nil_ls = {},
rust_analyzer = {}
-- rust_analyzer = {},
gopls = {},
}
},
config = function(_, opts)