summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: 59d822a58eb6575a12f6f7e47651a2847aa22840 (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,
  -- uses .editorconfig https://editorconfig.org/
  'tpope/vim-sleuth',
  -- "gc" to comment visual regions/lines
  { 'numToStr/Comment.nvim', opts = {} },
  -- required for nvim-qt on windows
  { 'equalsraf/neovim-gui-shim' },
}