mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
add vim-jsx-pretty and vim-context-commentstring plugins
This commit is contained in:
parent
51d9b8841d
commit
537cb980c5
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ endif
|
|||
|
||||
call plug#begin('~/.config/nvim/autoload/plugged')
|
||||
|
||||
" jsx syntax support
|
||||
Plug 'maxmellon/vim-jsx-pretty'
|
||||
|
||||
Plug 'suy/vim-context-commentstring'
|
||||
" Change dates fast
|
||||
Plug 'tpope/vim-speeddating'
|
||||
" Convert binary, hex, etc..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue