Files
nix-thinkcentre/nvim/.neoconf.json

16 lines
183 B
JSON
Raw Permalink Normal View History

2025-10-11 22:41:24 +05:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}