We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff7ab8 commit 469b630Copy full SHA for 469b630
dot_vimrc
@@ -147,7 +147,7 @@ Plug 'kevinhwang91/nvim-hlslens', has('nvim') ? {} : { 'on': [] }
147
Plug 'petertriho/nvim-scrollbar', has('nvim') ? {} : { 'on': [] }
148
Plug 'otavioschwanck/tmux-awesome-manager.nvim', has('nvim') ? {} : { 'on': [] }
149
Plug 'chrisgrieser/nvim-early-retirement', has('nvim') ? {} : { 'on': [] }
150
-Plug 'folke/trouble.nvim', has('nvim') ? {} : { 'on': [] }
+Plug 'folke/trouble.nvim', has('nvim') ? { 'tag': 'v2.10.0' } : { 'on': [] }
151
152
if exists('$OPENAI_API_KEY')
153
Plug 'dpayne/CodeGPT.nvim', has('nvim') ? {} : { 'on': [] }
0 commit comments