mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 09:52:17 +00:00
chore(lint): linting, tweaks, cleanup
This commit is contained in:
@@ -250,10 +250,8 @@ function section_dotfiles
|
||||
~/.local/share/nvim \
|
||||
~/.local/state/nvim \
|
||||
~/.cache/nvim \
|
||||
~/.config/astronvim \
|
||||
~/.config/nvim
|
||||
msg_ok "Deleted old nvim files"
|
||||
ln -s "$DOTFILES/config/astronvim" ~/.config/astronvim
|
||||
msg_ok "Deleted old nvim files (share, state and cache + config)"
|
||||
ln -s "$DOTFILES/config/nvim" ~/.config/nvim
|
||||
msg_ok "Linked nvim and astronvim"
|
||||
have npm && $0 install npm
|
||||
|
||||
Reference in New Issue
Block a user