This repository includes my personal configurations for vim
.
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.
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
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/