summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-08-01 22:53:05 +0800
committerMineralwaterXu <[email protected]>2020-08-01 22:53:05 +0800
commit3f397bf8e4c131297363a4443b1a5a15ca92a3b0 (patch)
tree34325ddef341f0e2f36f8c8820671d4ef8bfc491 /init.vim
parent4922650e2c234337a59ab3b4e6ce6198a1a96ef0 (diff)
modified nvim config
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index c7f385d..b1f0b62 100644
--- a/init.vim
+++ b/init.vim
@@ -1,3 +1,10 @@
+
+" Author : @MineralwaterXu
+" Special Thanks : @theniceboy
+
+"===
+"=== Auto load for the first time
+"===
if empty(glob('~/.config/nvim/autoload/plug.vim'))
silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim