Skip to content

Commit

Permalink
Remove old vim configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogg committed Aug 3, 2024
1 parent c720ccd commit 1a6bf6f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 312 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,13 @@ After that you can link any of the dotfiles by using Stow, for example, Zsh:
### Current dotfiles

- Zsh
- Vim
- Neovim
- Tmux
- Git
- Ruby
- GnuPG
- Direnv

### Setting up Vim

My installation of Vim includes my `.vimrc` and all of the Vim plugins. Install
the Vim dotfiles:

stow vim

Install [vim-plug][vim-plug] and all of the dependencies:

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +PlugInstall +qall

### Setting up Neovim

Installing Neovim is more or less the same that with other dotfiles.
Expand Down Expand Up @@ -92,7 +79,6 @@ add it from the Terminal.
[MIT License][mit]

[mit]: https://github.com/albertogg/dotfiles/blob/master/LICENSE
[vim-plug]: https://github.com/junegunn/vim-plug
[zsh]: http://www.zsh.org
[git]: https://git-scm.com
[stow]: https://www.gnu.org/software/stow/
Expand Down
1 change: 0 additions & 1 deletion brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ brew install coreutils
brew install git
brew install fzf
brew install ripgrep
brew install vim
brew install neovim
brew install reattach-to-user-namespace

Expand Down
295 changes: 0 additions & 295 deletions vim/.vimrc

This file was deleted.

2 changes: 1 addition & 1 deletion zsh/.zsh/editor.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export VISUAL=vim
export VISUAL=nvim
export EDITOR=$VISUAL

0 comments on commit 1a6bf6f

Please sign in to comment.