This commit is contained in:
Andrew Davidson 2023-01-10 22:23:39 -08:00
commit 95c4694dc0

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