Skip to content

smpb/config-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

My Vi IMproved configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published