This commit is contained in:
dl92
2025-02-16 07:39:10 +00:00
commit 5223a9f0d3
19 changed files with 899 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
}
}
}
}