Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Feb 11, 2025
1 parent 9cb9565 commit a850041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ Plug 'AndrewRadev/splitjoin.vim'
Plug 'alvan/vim-closetag', { 'for': ['html', 'javascript', 'jsx', 'typescript', 'xml'] }
Plug 'peitalin/vim-jsx-typescript', { 'for': 'typescriptreact' }
Plug 'simrat39/symbols-outline.nvim', Cond(exists('g:nvim'))
" illuminate: highlight other usages
Plug 'RRethy/vim-illuminate'
" trouble: pretty diagnostics, references, telescope results, …
Plug 'folke/trouble.nvim', Cond(exists('g:nvim'))
let copilot_supported = exists('g:nvim') || v:version >= 801
Expand All @@ -194,6 +192,8 @@ Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'}
" https://github.com/qvacua/vimr/issues/1009
" So we'll just switch to neovim in Kitty
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
" illuminate: highlight other usages
Plug 'RRethy/vim-illuminate'
" neovim gets coc or mason
let coc_supported = g:coc_or_mason == 'coc' && (exists('g:nvim') || v:version >= 801)
Plug 'neoclide/coc.nvim', Cond(coc_supported, {'branch': 'release'})
Expand Down

0 comments on commit a850041

Please sign in to comment.