Add nvim to dotfiles

This commit is contained in:
2026-03-10 11:05:14 +00:00
parent 56f5e8a217
commit dc96e01021
12 changed files with 398 additions and 0 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
}
}
}
}