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