remove:nixvim

This commit is contained in:
dichgrem
2025-07-22 13:32:09 +08:00
parent 3dd8b221db
commit 26c742c4ca
35 changed files with 664 additions and 1298 deletions

15
dotfiles/.config/nvim/.neoconf.json vendored Normal file
View File

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