From cdbc485901dbdbefb6d201496ab5f654e965da57 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 14:12:12 +0900 Subject: feat(pack): add vim-sleuth --- fnl/nvrc/pack.fnl | 1 + 1 file changed, 1 insertion(+) 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}) -- cgit 1.4.1