diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:22:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:24:46 +0800 |
commit | 8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (patch) | |
tree | 5321e19a913ea40cea841ded1acd3aa2d6953801 /Makefile | |
parent | 024dd04edc16693545fb916150e6361f0626aad0 (diff) |
Update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||