aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-08 18:22:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-08 18:24:46 +0800
commit8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (patch)
tree5321e19a913ea40cea841ded1acd3aa2d6953801 /Makefile
parent024dd04edc16693545fb916150e6361f0626aad0 (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49c03be..8568806 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ vim:
19 mkdir -p ~/.config/nvim 19 mkdir -p ~/.config/nvim
20 ln -sf `pwd`/vim/vimrc ~/.config/nvim/init.vim 20 ln -sf `pwd`/vim/vimrc ~/.config/nvim/init.vim
21 ln -sf `pwd`/vim/lazy/lazy.lua ~/.config/nvim/lazy.lua 21 ln -sf `pwd`/vim/lazy/lazy.lua ~/.config/nvim/lazy.lua
22 ln -sf `pwd`/vim/lazy/plugin/ ~/.config/nvim/plugin
22 # vim-plug 23 # vim-plug
23 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 24 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
24 25