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 = {} }, }