chore(vim): add configuration for vim-commentary

This commit is contained in:
Stefan Imhoff
2021-12-23 19:20:40 +01:00
parent 8ec3567276
commit dbfc5174e6
4 changed files with 12 additions and 1 deletions

View File

@@ -72,12 +72,14 @@ Plug 'yamatsum/nvim-cursorline'
" Syntax Highlighting
Plug 'JoosepAlviste/nvim-ts-context-commentstring'
Plug 'editorconfig/editorconfig-vim'
Plug 'jparise/vim-graphql'
Plug 'jxnblk/vim-mdx-js'
Plug 'mattn/emmet-vim'
Plug 'norcalli/nvim-colorizer.lua'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'peitalin/vim-jsx-typescript'
Plug 'sheerun/vim-polyglot'
Plug 'styled-components/vim-styled-components'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'