apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Ensure consistency with aliases for `vi`, `vim` and `nvim` #48

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

The aliases should prioritise the programs in the below order:

  1. Neovim
  2. Vim
  3. Vi

so that the dotfiles will still work on a fresh system and automatically pick up Neovim after it's installed (and fall back to Vi or Vim if it's uninstalled).