diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 14:12:12 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 14:12:12 +0900 |
commit | cdbc485901dbdbefb6d201496ab5f654e965da57 (patch) | |
tree | 773a171f86a1d447c18f68aee04c47f33891201e | |
parent | 79c3a0b4403a78dcb2f4d207f0138e510223e461 (diff) | |
download | nvimrc-cdbc485901dbdbefb6d201496ab5f654e965da57.tar.gz nvimrc-cdbc485901dbdbefb6d201496ab5f654e965da57.zip |
feat(pack): add vim-sleuth
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 0460b2f..e9310c3 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -22,6 +22,7 @@ (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! :gpanders/editorconfig.nvim) +(pack! :tpope/vim-sleuth) (pack! :lewis6991/spaceless.nvim {:init :spaceless}) (pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) |