diff options
| author | 2025-04-02 13:55:07 +0200 | |
|---|---|---|
| committer | 2025-04-02 13:55:07 +0200 | |
| commit | d2f4d5dec7eededffc956fe6745139d98d695509 (patch) | |
| tree | acd79555cdd16ae02794ce8b36bd0f153ee9d6b9 /dot_config/nvim/fnl/plugins/init.fnl | |
| parent | nvim/conjure: move fennel support to nfnl (diff) | |
nvim: upgrade configs for v0.11
Bunch of stuff bundled with it.
`lsp/` subject to changes.
Diffstat (limited to 'dot_config/nvim/fnl/plugins/init.fnl')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/init.fnl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dot_config/nvim/fnl/plugins/init.fnl b/dot_config/nvim/fnl/plugins/init.fnl index f0bae51..876d473 100644 --- a/dot_config/nvim/fnl/plugins/init.fnl +++ b/dot_config/nvim/fnl/plugins/init.fnl @@ -11,9 +11,13 @@ ; simple stuff that doesn't need any handling ; and doesn't fit in elsewhere [(· :folke/lazy.nvim & :version false) + (· :folke/snacks.nvim & + :priority 1000 :lazy false + :opts {:indent {:enabled true + :scope {:enabled false}} + :input {:enabled true} + :quickfile {:enabled true}}) (· :Olical/nfnl & :ft :fennel) - (· :stevearc/dressing.nvim & - :opts {}) (· :Olical/conjure & :branch :main :config (fn [_ opts] |
