summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: 28ed11b1d34cecdeb4a8638407df653df0ac7c21 (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' },
}