mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(vim): add additional plugins for syntax highlighting
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user