chore(nvim): Tweaks to the packages and configs

This commit is contained in:
2023-07-08 02:56:44 +03:00
parent 72b9acd710
commit 5e68077ac2
8 changed files with 80 additions and 27 deletions

View File

@@ -0,0 +1,20 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.format.enable": false
}
}
}