about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-22 14:56:47 +0900
committersefidel <contact@sefidel.net>2024-05-22 14:56:47 +0900
commit811b5ae91117efc586fd7f80c31b236df708768f (patch)
treeb331d70ee11c9889e248c2a7a7249555c1c046f4 /fnl/nvrc/pack.fnl
parentc1086f1f88b5335bfd0106264d2b4e5541956620 (diff)
downloadnvimrc-811b5ae91117efc586fd7f80c31b236df708768f.tar.gz
nvimrc-811b5ae91117efc586fd7f80c31b236df708768f.zip
feat(packs): add conform
* Replaces LSP-based formatter. No action is needed as the formatter
  would always fall back to LSP when it's available.
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 207d3f6..e041211 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -44,6 +44,7 @@
                           :dependencies [(pack :lukas-reineke/cmp-under-comparator)
                                          (pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
                                          (pack :hrsh7th/cmp-nvim-lsp-signature-help)]})
+(pack! :stevearc/conform.nvim {:req :conform :cmd [:ConformInfo :ConformFormat] :keys ["gq"]})
 (pack! :numToStr/Comment.nvim {:init :Comment :lazy true})
 (pack! :ibhagwan/fzf-lua {:req :fzf :lazy true})
 (pack! :ggandor/leap.nvim {:req :leap :keys [:s :S]})