about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 13:27:48 +0900
committersefidel <contact@sefidel.net>2022-03-19 13:27:48 +0900
commitcc237269c194f86613d6385b10b0933ddb8523af (patch)
treeb1cf0fc97786a9ddcc1f926e3acad6829ce21f8e /fnl/nvrc/pack.fnl
parent534844e2b259449595f01156c265f5fb6bf452b0 (diff)
downloadnvimrc-cc237269c194f86613d6385b10b0933ddb8523af.tar.gz
nvimrc-cc237269c194f86613d6385b10b0933ddb8523af.zip
feat(pack): remove spaceless.nvim
* automatic trailing space removal has some side effects,
thus shouldn't be provided by default
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 1dc5f8d..68ab938 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -20,9 +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! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :tpope/vim-fugitive)
 (pack! :tpope/vim-eunuch)