Skip to content

Commit

Permalink
neovim: Reorganize plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 22, 2024
1 parent 1e5d3b7 commit bfa65d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotfiles/nvim/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ Plug("keith/rspec.vim")
-- Testing
Plug("juanibiapina/vim-runner")

-- Terminal
Plug("kassio/neoterm")

-- Not organized yet
Plug("AndrewRadev/sideways.vim")
Plug("AndrewRadev/splitjoin.vim")
Plug("editorconfig/editorconfig-vim")
Plug("godlygeek/tabular")
Plug("kassio/neoterm")
Plug("kopischke/vim-fetch")
Plug("moll/vim-bbye")
Plug("ntpeters/vim-better-whitespace")
Expand Down

0 comments on commit bfa65d2

Please sign in to comment.