vim: comment plugin usage since none are used

This commit is contained in:
Julian Mutter 2023-03-11 14:09:19 +01:00
parent ddfc7d754a
commit 4254221f77

View File

@ -31,7 +31,7 @@ endif
let mapleader = " "
" Plugins
call plug#begin()
" call plug#begin()
" Plug 'itchyny/lightline.vim'
@ -59,7 +59,7 @@ call plug#begin()
" Plug 'tpope/vim-commentary'
call plug#end()
" call plug#end()
"------------------------------------------------------------
" Must have options {{{1