From 534844e2b259449595f01156c265f5fb6bf452b0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 19 Mar 2022 13:19:04 +0900 Subject: feat(pack): group tpope --- fnl/nvrc/pack.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 79b53b5..1dc5f8d 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -20,10 +20,9 @@ (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]}) (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust :requires [(pack :nvim-lua/plenary.nvim)]}) (pack! :p00f/clangd_extensions.nvim {:req :clangd :ft [:c :cpp :objc :objcpp] :module :clangd_extensions}) +(pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) (pack! :gpanders/editorconfig.nvim) (pack! :tpope/vim-sleuth) -(pack! :lewis6991/spaceless.nvim {:init :spaceless}) -(pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) (pack! :tpope/vim-fugitive) (pack! :tpope/vim-eunuch) -- cgit 1.4.1