adding vim-commentary

This commit is contained in:
Andrew Davidson 2023-01-10 21:37:02 -08:00
parent 46aabba749
commit 3d0bca4c35

View file

@ -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 ====================