From d2f4d5dec7eededffc956fe6745139d98d695509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 2 Apr 2025 13:55:07 +0200 Subject: nvim: upgrade configs for v0.11 Bunch of stuff bundled with it. `lsp/` subject to changes. --- dot_config/nvim/fnl/plugins/init.fnl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dot_config/nvim/fnl/plugins/init.fnl') 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] -- cgit v1.2.3