]> git.rmz.io Git - dotfiles.git/blob - nvim/.neoconf.json
lazyvim: absorb formatting plugins
[dotfiles.git] / nvim / .neoconf.json
1 {
2 "neodev": {
3 "library": {
4 "enabled": true,
5 "plugins": true
6 }
7 },
8 "neoconf": {
9 "plugins": {
10 "lua_ls": {
11 "enabled": true
12 }
13 }
14 }
15 }