1
0
Fork 0

Added NeoVim config

This commit is contained in:
Rain 2024-05-26 12:21:21 -04:00
parent e95429dd6c
commit 1c1f1bffe3
14 changed files with 634 additions and 0 deletions

View file

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