Initial commit

This commit is contained in:
KaasKop-
2023-11-21 20:31:49 +01:00
commit 9e18469742
28 changed files with 4925 additions and 0 deletions

15
config/nvim/.neoconf.json Normal file
View File

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