neovim-config/.neoconf.json
Vasileios Manikas 1a5d8222a8 LazyVim based config
Signed-off-by: Vasileios Manikas <manikasv97@gmail.com>
2025-01-17 13:49:57 +01:00

15 lines
183 B
JSON

{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}