aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-21 18:25:22 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-21 18:25:22 +0800
commitfdb53f590cef5499b14322d22fee47722b135626 (patch)
tree6ec1189f9cb5254a295b2429cab5cebdfd9efc82
parentd9091ed49cda30b17d41f435c14960f3433fa60b (diff)
Update
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8568806..c249f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ vim:
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 ln -sf `pwd`/vim/lazy/plugin/ ~/.config/nvim/plugin
23 ln -sf `pwd`/snippets ~/snippets
23 # vim-plug 24 # vim-plug
24 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim 25 # curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
25 26