1
0

feat(nvim): Use vanila neovim lsp client

This commit is contained in:
2025-07-04 21:57:53 +02:00
parent a6f1537b1d
commit b3a59604a3
6 changed files with 113 additions and 229 deletions

7
.config/nvim/.luarc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"runtime.version": "LuaJIT",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim"],
"workspace.checkThirdParty": false,
"workspace.library": ["$VIMRUNTIME"]
}