feat: neovim config directly from lazyvim starter clone

This commit is contained in:
Rasyidan Akbar F. 2025-10-21 12:02:28 +07:00
commit a088763559
12 changed files with 525 additions and 11 deletions

View file

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