Skip to content

Commit

Permalink
chore(nvim): remove unused fugitive handler / move rhubarb to nix (#870)
Browse files Browse the repository at this point in the history
topic: chorenvim-remove-unused-fugitive-handler--move-rhubarb-to-nix
relative: chorenvim-move-completion-plugins-to-nix
labels: draft
  • Loading branch information
kaihowl authored Dec 15, 2024
1 parent bea77c3 commit eae9034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ in
kotlin-vim
markdown-preview-nvim
vim-fugitive
vim-rhubarb # github fugitive completion handler
vim-unimpaired
vim-repeat
vim-surround
Expand Down
4 changes: 0 additions & 4 deletions nvim/config--nvim--init.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ Plug 'kaihowl/vim-indent-sentence'
Plug 'kaiuri/nvim-juliana'
Plug '1612492/github.vim'

" Fugitive browse handlers
Plug 'tommcdo/vim-fubitive' " Bitbucket
Plug 'tpope/vim-rhubarb' " Github

Plug 'tomtom/tcomment_vim'

Plug 'skywind3000/asynctasks.vim'
Expand Down

0 comments on commit eae9034

Please sign in to comment.