diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:12:31 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:12:31 +0200 |
| commit | f8aaa3e18f9d698b3ea009d980ef1788a99b3f8a (patch) | |
| tree | 17ee0aff6353853ef1189abd5cc14d76d461aa30 /.config/nvim/.neoconf.json | |
| parent | bd220ce0e92e8247cf08741321c0b5e28e45ca4e (diff) | |
nvim: lazyvim-based initial configuration
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 0000000..7c48087 --- /dev/null +++ b/.config/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +} |
