summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: b278ce2dac8f87b48c581e1b6dff78f60245d9a7 (plain)
1
2
3
4
5
6
7
8
9
return {
  -- 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' },
}