Přidána Neovim konfigurace

This commit is contained in:
archos
2025-03-05 21:05:54 +01:00
parent 6d9b3e4e3b
commit 4013b56e73
5 changed files with 37 additions and 162 deletions

15
.neoconf.json Normal file
View File

@@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}