From 0608d5304c165ce345750bb1cc2c7d40bdbe5232 Mon Sep 17 00:00:00 2001 From: Alexilator Date: Sun, 30 Jun 2024 18:52:20 +0000 Subject: [PATCH] add vim-commentary --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 261ee9f..ae7c8eb 100644 --- a/vimrc +++ b/vimrc @@ -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()