Neovim - switch configuration to lua.
This commit is contained in:
parent
10b09e931d
commit
b23134ce6f
4 changed files with 100 additions and 1 deletions
|
@ -31,7 +31,7 @@ fi
|
|||
function ud() {
|
||||
wd dots && git pull
|
||||
for i in $XDG_DATA_HOME/repos/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
||||
nvim -c "PlugUpdate" -c "PlugClean" -c "q" -c "q"
|
||||
nvim --headless -c "Lazy sync" -c "q"
|
||||
rm -rf ~/go
|
||||
cd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue