adding vim-commentary
This commit is contained in:
parent
46aabba749
commit
3d0bca4c35
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ autocmd BufWritePre *.py execute ':Black'
|
|||
" Smart Line Numbers
|
||||
Plug 'myusuf3/numbers.vim'
|
||||
|
||||
Plug 'tpope/vim-commentary'
|
||||
|
||||
call plug#end()
|
||||
|
||||
" ==================== Vim Settings ====================
|
||||
|
|
Loading…
Reference in a new issue