about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 13:14:11 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:17:47 +0900
commit4152f871951afdede2db2a08acff85aea2999c06 (patch)
tree12a799645030fd38b5af7a42863127f4647724db /fnl/nvrc/pack.fnl
parentee0fbc01827d8136fd8499772c1e1038b309609e (diff)
downloadnvimrc-4152f871951afdede2db2a08acff85aea2999c06.tar.gz
nvimrc-4152f871951afdede2db2a08acff85aea2999c06.zip
feat!: reduce bloatness
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl22
1 files changed, 7 insertions, 15 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 384def4..0bad77a 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -4,20 +4,17 @@
 (pack! :rktjmp/hotpot.nvim)
 (pack! :lewis6991/impatient.nvim)
 (pack! :nvim-lua/plenary.nvim {:module :plenary})
-(pack! :nathom/filetype.nvim {:req :filetype})
 
-(pack! :nanotech/jellybeans.vim)
+(pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
 (pack! :feline-nvim/feline.nvim {:req :feline})
 (pack! :lukas-reineke/indent-blankline.nvim {:req :blankline :defer :indent-blankline.nvim})
 (pack! :NvChad/nvim-colorizer.lua {:init :colorizer :cmd :ColorizerToggle})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
-                                         :run ":TSUpdate"
-                                         :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})
-                                                    (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})
-                                                    (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})
-                                                    (pack :JoosepAlviste/nvim-ts-context-commentstring {:after :nvim-treesitter})]})
-(pack! :lewis6991/gitsigns.nvim {:req :gitsigns :defer :gitsigns.nvim})
-(pack! :sindrets/diffview.nvim {:req :diffview :cmd [:DiffviewOpen :DiffviewFileHistory] :module_pattern [:diffview :diffview.*]})
+                                          :run ":TSUpdate"
+                                          :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})
+                                                     (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})
+                                                     (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})
+                                                     (pack :JoosepAlviste/nvim-ts-context-commentstring {:after :nvim-treesitter})]})
 (pack! :Pocco81/TrueZen.nvim {:cmd [:TZMinimalist :TZFocus :TZAtaraxis]})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf :defer :quickfix-reflector.vim})
 
@@ -26,21 +23,16 @@
 (pack! :antoinemadec/FixCursorHold.nvim)
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
 (pack! :lewis6991/spaceless.nvim {:init :spaceless :defer :spaceless.nvim})
-(pack! :tpope/vim-surround {:defer :vim-surround})
-(pack! :junegunn/vim-easy-align {:keys "<Plug>EasyAlign"})
-(pack! :monaqa/dial.nvim {:keys [:<C-a> :<C-x>]})
 (pack! :ggandor/lightspeed.nvim)
 (pack! :nacro90/numb.nvim {:init :numb})
 (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua :cmd :FzfLua})
-(pack! :andymass/vim-matchup {:defer :vim-matchup})
 (pack! :ThePrimeagen/harpoon {:req :harpoon :defer :harpoon})
-(pack! :gpanders/editorconfig.nvim)
+(pack! :gpanders/editorconfig.nvim {:event :BufRead})
 
 (pack! :neovim/nvim-lspconfig {:req :lspconfig
                                :requires [(pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
                                           (pack :ray-x/lsp_signature.nvim {:req :lsp_signature :after :nvim-lspconfig})]})
 
 (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust})
-(pack! :eraserhd/parinfer-rust {:ft [:fennel :clojure :query :lisp] :run "cargo build --release"})
 
 (unpack!)