Initial Commit

This commit is contained in:
js0ny 2024-07-19 19:49:26 +08:00
commit 40e939bfb4
42 changed files with 4349 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
}
}
}
}