Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 954 Bytes

Vi IMproved Configuration

This repository includes my personal configurations for vim.

Requirements

By default, this is a macOS-centric setup. These are the expectations:

  • ctags is installed (easily done via Homebrew), and accessible via the user's $PATH.
  • The font Input Mono, patched with Nerd Fonts, is installed in the system.

Setup

Once cloned, it is necessary to initialize the submodules:

git submodule update --init --recursive

Furthermore, the configuration files are meant to be symlinked in the home dir:

cd
ln -s ./path/to/config-vim/vimrc .vimrc
ln -s ./path/to/config-vim/vim .vim

Neovim

A basic Neovim configuration has been added for compatibility and testing of exclusive features and plugins. It still depends fully on the .vimrc in this repo.

To activate:

cd
ln -s ./path/to/config-vim/nvim ~/.config/