Fix lsp install; fix update function.
This commit is contained in:
parent
c34e5806c2
commit
3a4658ce8e
@ -45,7 +45,7 @@ fi
|
|||||||
|
|
||||||
function ud() {
|
function ud() {
|
||||||
wd dots && git pull
|
wd dots && git pull
|
||||||
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
for i in ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||||
nvim -c "lua require('lazy').sync({wait = true})"
|
nvim -c "lua require('lazy').sync({wait = true})"
|
||||||
rm -rf ~/go
|
rm -rf ~/go
|
||||||
cd
|
cd
|
||||||
|
@ -31,3 +31,6 @@ for i in ${LOCAL_GIT_DIR}/dotfiles/_cli/*; do
|
|||||||
rm -rf ${XDG_CONFIG_HOME}/$(basename $i)
|
rm -rf ${XDG_CONFIG_HOME}/$(basename $i)
|
||||||
ln -sf ${LOCAL_GIT_DIR}/dotfiles/_cli/$(basename $i) ${XDG_CONFIG_HOME}/
|
ln -sf ${LOCAL_GIT_DIR}/dotfiles/_cli/$(basename $i) ${XDG_CONFIG_HOME}/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# nvim setup
|
||||||
|
nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll"
|
||||||
|
Loading…
Reference in New Issue
Block a user