Oh well, neovim is still better, sorry.

This commit is contained in:
Bartek Stalewski 2021-10-08 01:04:31 +02:00
parent ead1789f77
commit 6c50a7b818
4 changed files with 6 additions and 11 deletions

View file

@ -10,10 +10,10 @@ rm -rf ~/.cache ~/.config/_cache ~/.config/vim ~/.config/zsh
rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh*
mkdir -p ~/.cache/ ~/.config ~/.local/bin ~/.local/settings
## vim
rm -rf ~/.config/vim
ln -sf ~/.local/repos/dotfiles/vim ~/.config/
touch ~/.local/settings/vimrc
## neovim
rm -rf ~/.config/nvim
ln -sf ~/.local/repos/dotfiles/nvim ~/.config/
touch ~/.local/settings/init.vim
## fdignore
rm -rf ~/.config/fd