revert Start neovim config from scratch
This commit is contained in:
2026-03-12 14:28:46 +00:00
parent ecefd423fd
commit 762318ce88
13 changed files with 398 additions and 20 deletions

15
nvim/.neoconf.json Normal file
View File

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