chore(vim): add additional plugins for syntax highlighting

This commit is contained in:
Stefan Imhoff
2021-12-11 14:11:32 +01:00
parent bd8cc741fc
commit 096069ca9f

View File

@@ -65,6 +65,9 @@ Plug 'easymotion/vim-easymotion' " <Leader><Leader> (motion)
" Syntax Highlighting
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'JoosepAlviste/nvim-ts-context-commentstring'
Plug 'sheerun/vim-polyglot'
Plug 'jxnblk/vim-mdx-js'
Plug 'styled-components/vim-styled-components'
" Status Line
Plug 'hoob3rt/lualine.nvim'
Plug 'akinsho/bufferline.nvim'