commit 1ebbc54ae512a3f108be238309316cb677675456
parent e4e4abf7336a335e1b66a0a21ddb60bd3ee9a2a0
Author: gearsix <gearsix@tuta.io>
Date: Thu, 22 Apr 2021 14:06:50 +0100
typo fix in commented out vim-plug stuff
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/nvimrc b/src/nvimrc
@@ -13,9 +13,9 @@
"0. VIM-PLUG
"sh -c 'curl -fLo ${XDG_DATA_HOME:-$HOME/.local/share}/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
-"call plug#begind('~/.localshare/nvim/plugged')
- "Plug ...
-"call plug#end
+"call plug#begin('~/.local/share/nvim/plugged')
+ "Plug 'githubuser/repo'
+"call plug#end()
"1. GENERAL
set history=500 "how many lines of history to remember