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 set nocompatible
filetype on filetype on
filetype plugin on filetype plugin on
filetype plugin indent on
filetype indent on filetype indent on
syntax on syntax on
set number set number
@@ -47,6 +48,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
Plug 'voldikss/vim-floaterm' Plug 'voldikss/vim-floaterm'
Plug 'isobit/vim-caddyfile' Plug 'isobit/vim-caddyfile'
Plug 'tpope/vim-commentary'
call plug#end() call plug#end()