1

Update generated nvim config

This commit is contained in:
2024-06-02 22:16:32 +02:00
parent afa21f2fae
commit 847a34c6b9
26 changed files with 4399 additions and 1178 deletions

View File

@ -0,0 +1,17 @@
{
"neodev": {
"library": {
"plugins": [
"plenary.nvim",
"nvim-web-devicons",
"trouble.nvim"
]
}
},
"lspconfig": {
"lua_ls": {
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.checkThirdParty": false
}
}
}