diff options
Diffstat (limited to 'lua/plugins')
-rw-r--r-- | lua/plugins/standalone.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/plugins/standalone.lua b/lua/plugins/standalone.lua index bfd9e18..8c3f528 100644 --- a/lua/plugins/standalone.lua +++ b/lua/plugins/standalone.lua @@ -1,9 +1,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 = {} }, + 'tpope/vim-sleuth', -- required for nvim-qt on windows - { 'equalsraf/neovim-gui-shim', opts = {} }, + 'equalsraf/neovim-gui-shim', + -- "gc" to comment visual regions/lines + { 'numToStr/Comment.nvim', opts = {} }, } |