From 0b837ee1f01423b7b7d435fb6483b986c206b301 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:04:46 +0200 Subject: vim + nvim cleanup, UltiSnip -> LuaSnip --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 9c4915f..eb3de67 100644 --- a/.vimrc +++ b/.vimrc @@ -3,6 +3,7 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' + Plug 'tpope/vim-commentary' Plug 'mhinz/vim-startify' call plug#end() -- cgit v1.2.3-70-g09d2