This commit is contained in:
Benjamin Palko 2024-09-11 23:42:42 -04:00
parent 4edfe352e6
commit 1eac6a3470
25 changed files with 747 additions and 1194 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
}
}
}
}