Skip to content

Commit

Permalink
[vim] Add plugin context commentstring
Browse files Browse the repository at this point in the history
Changes the commentstring for language embedded into another language
(ex: lua in vim)
  • Loading branch information
MarcelRobitaille committed Mar 7, 2022
1 parent 466e1f9 commit 78fc0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if filereadable(s:vim_config_dir . 'autoload/plug.vim')
Plug 'tpope/vim-dadbod'
Plug 'tpope/vim-dotenv'
Plug 'tpope/vim-commentary'
Plug 'suy/vim-context-commentstring'
" Working with XML like tags
Plug 'tpope/vim-ragtag'
" Helpers for UNIX (delete, rename)
Expand Down

0 comments on commit 78fc0a4

Please sign in to comment.