inital commit

This commit is contained in:
Elias Renman
2023-11-28 21:42:55 +01:00
commit 679b361d76
13 changed files with 686 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
}
}
}
}