add vim-commentary

This commit is contained in:
2024-06-30 18:52:20 +00:00
parent 5ed1b50117
commit 0608d5304c

2
vimrc
View File

@@ -15,6 +15,7 @@ let g:highlightedyank_highlight_duration = 100
set nocompatible
filetype on
filetype plugin on
filetype plugin indent on
filetype indent on
syntax on
set number
@@ -47,6 +48,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'voldikss/vim-floaterm'
Plug 'isobit/vim-caddyfile'
Plug 'tpope/vim-commentary'
call plug#end()