Backup selected config directories

This commit is contained in:
Belal Elsabbagh
2024-08-22 13:23:42 +03:00
parent 2c3b4843db
commit 91a2b6a5dc
31 changed files with 13293 additions and 82 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
}
}
}
}