Files
scripts/nvim/.neoconf.json
adamf 762318ce88 revert ecefd423fd
revert Start neovim config from scratch
2026-03-12 14:28:46 +00:00

16 lines
183 B
JSON

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