summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: 47427b0b4674768d2e31805da4ef5ac1a77093ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
return {
  -- Git related plugins
  'tpope/vim-fugitive',
  'tpope/vim-rhubarb',
  -- Detect tabstop and shiftwidth automatically
  -- luevano: not sure how I feel about this, need to check later
  'tpope/vim-sleuth',
  -- "gc" to comment visual regions/lines
  { 'numToStr/Comment.nvim', opts = {} },
  -- required for nvim-qt on windows
  { 'equalsraf/neovim-gui-shim' },
}