mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-23 21:56:33 +00:00
dfm: Reset nvim command fixes
This commit is contained in:
@@ -26,16 +26,15 @@ function section_reset
|
|||||||
;;
|
;;
|
||||||
nvim)
|
nvim)
|
||||||
rm -rf ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim ~/.config/astronvim ~/.config/nvim
|
rm -rf ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim ~/.config/astronvim ~/.config/nvim
|
||||||
msg_done "Deleted old nvim files"
|
msg_ok "Deleted old nvim files"
|
||||||
ln -s ~/.dotfiles/config/astronvim ~/.config/astronvim
|
ln -s ~/.dotfiles/config/astronvim ~/.config/astronvim
|
||||||
ln -s ~/.dotfiles/config/nvim ~/.config/nvim
|
ln -s ~/.dotfiles/config/nvim ~/.config/nvim
|
||||||
msg_done "Linked nvim and astronvim"
|
msg_ok "Linked nvim and astronvim"
|
||||||
$0 install brew
|
$0 install brew
|
||||||
$0 install ext_go
|
$0 install ext_go
|
||||||
$0 install ext_npm
|
$0 install ext_npm
|
||||||
msg_done "Installed brew, and packages for go and npm"
|
msg_ok "Installed brew, and packages for go and npm"
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall'
|
msg_done "...and we are done!"
|
||||||
msg_done "Installed nvim packages and we are now ready"
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
menu_section "$USAGE_PREFIX" "all | nvim"
|
menu_section "$USAGE_PREFIX" "all | nvim"
|
||||||
|
|||||||
Reference in New Issue
Block a user