summaryrefslogtreecommitdiff
path: root/lua/plugins/standalone.lua
blob: bfd9e18c7441015f22f3c925774ce835a5087ac0 (plain)
1
2
3
4
5
6
7
8
9
return {
  -- Detect tabstop and shiftwidth automatically,
  -- uses .editorconfig https://editorconfig.org/
  { 'tpope/vim-sleuth',          opts = {} },
  -- "gc" to comment visual regions/lines
  { 'numToStr/Comment.nvim',     opts = {} },
  -- required for nvim-qt on windows
  { 'equalsraf/neovim-gui-shim', opts = {} },
}