diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 08:48:52 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 08:48:52 +0900 |
commit | 42333b2b73f57009559422e1ab9a0a382a5e2d70 (patch) | |
tree | 752dad604606c98b50435d3548252f69b66faf99 /fnl | |
parent | 36f342ad71fdfdb8444ae9723ed4e383d57d82fb (diff) | |
download | nvimrc-42333b2b73f57009559422e1ab9a0a382a5e2d70.tar.gz nvimrc-42333b2b73f57009559422e1ab9a0a382a5e2d70.zip |
feat(pack): don't lazyload editorconfig.nvim
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |