Added neovim.

This commit is contained in:
Shaun Setlock
2024-12-30 22:21:57 -05:00
parent 24100009f2
commit ce0144ae4c
12 changed files with 544 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
}
}
}
}