diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:29:33 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:29:33 +0300 |
| commit | 56082af20a8712570edd6ed523baad4755ecd241 (patch) | |
| tree | 2366ad69de817a80403cdcbe5cdd48ad90106bd6 /config/nvim/.neoconf.json | |
init
Diffstat (limited to 'config/nvim/.neoconf.json')
| -rw-r--r-- | config/nvim/.neoconf.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/nvim/.neoconf.json b/config/nvim/.neoconf.json new file mode 100644 index 000000000..7c4808746 --- /dev/null +++ b/config/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +} |
