feat(nvim): Switched to LazyVim with tweaks

This commit is contained in:
2023-09-15 17:39:21 +03:00
parent 2df27d2a0e
commit b5160bbbfa
37 changed files with 543 additions and 2666 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
}
}
}
}