Skip to content

Commit

Permalink
[vim] Remove p00f/nvim-ts-rainbow due to performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Nov 26, 2021
1 parent 096f958 commit f83f49d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .bundles.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'

" Appearance
Plug 'p00f/nvim-ts-rainbow'
Plug 'bling/vim-airline'

" Language/Syntax
Expand Down
5 changes: 0 additions & 5 deletions .vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ require'nvim-treesitter.configs'.setup {
disable = {"rst"},
additional_vim_regex_highlighting = false,
},
rainbow = {
enable = true,
extended_mode = true,
max_file_lines = nil,
},
matchup = {
enable = true,
},
Expand Down

0 comments on commit f83f49d

Please sign in to comment.