diff options
Diffstat (limited to 'nvim/.neoconf.json')
| -rw-r--r-- | nvim/.neoconf.json | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/nvim/.neoconf.json b/nvim/.neoconf.json new file mode 100644 index 0000000..7c48087 --- /dev/null +++ b/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ +  "neodev": { +    "library": { +      "enabled": true, +      "plugins": true +    } +  }, +  "neoconf": { +    "plugins": { +      "lua_ls": { +        "enabled": true +      } +    } +  } +} | 
