about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-06-02 16:20:40 +0900
committersefidel <contact@sefidel.net>2024-06-02 16:20:40 +0900
commit80ed1240ec6a6f26013c5484ef3661c8964beb51 (patch)
treed70215aebb3460224d5d936aabd21ea1db8c36d8 /fnl/nvrc/pack.fnl
parent71cdf5f7b87b89227501946427ad75d243d65e49 (diff)
downloadnvimrc-80ed1240ec6a6f26013c5484ef3661c8964beb51.tar.gz
nvimrc-80ed1240ec6a6f26013c5484ef3661c8964beb51.zip
feat(packs): add nvim-lint
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 fd89e91..59f3e7a 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -32,6 +32,7 @@
                                               (pack :rcarriga/nvim-dap-ui {:init :dapui :lazy true})
                                               (pack :nvim-neotest/nvim-nio {:lazy true})]}
                                :lazy true)
+(pack! :mfussenegger/nvim-lint {:req :lint :event [:BufReadPre :BufNewFile]})
 (pack! :gpanders/editorconfig.nvim)
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :lewis6991/gitsigns.nvim {:init :gitsigns :event :BufReadPost})