From 42333b2b73f57009559422e1ab9a0a382a5e2d70 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 08:48:52 +0900 Subject: feat(pack): don't lazyload editorconfig.nvim --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index e52b711..f1d0d69 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -22,7 +22,7 @@ (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig}) (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]}) (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust}) -(pack! :gpanders/editorconfig.nvim {:event :BufRead}) +(pack! :gpanders/editorconfig.nvim) (pack! :lewis6991/spaceless.nvim {:init :spaceless :defer :spaceless.nvim}) (pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) -- cgit 1.4.1