summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: 6c9cc8c3c18bf584b1275848f56da4cd106907ac (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',
  -- Useful plugin to show you pending keybinds.
  { 'folke/which-key.nvim', opts = {} },
  -- "gc" to comment visual regions/lines
  { 'numToStr/Comment.nvim', opts = {} },
}