Skip to content
/ .vim Public

vim/neovim config

License

Notifications You must be signed in to change notification settings

dcai/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

       __           _          _
  ____/ /________ _(_)  _   __(_)___ ___  __________
 / __  / ___/ __ `/ /  | | / / / __ `__ \/ ___/ ___/
/ /_/ / /__/ /_/ / /   | |/ / / / / / / / /  / /__
\__,_/\___/\__,_/_/    |___/_/_/ /_/ /_/_/   \___/

1

A personalized Neovim setup evolved from a vimrc first crafted in 2008, now migrated and optimized for Neovim as of early 2023.

Installation

Clone this repository into your Neovim configuration directory and create a symlink for compatibility with traditional Vim setups:

git clone https://github.com/dcai/.vim.git ~/.config/nvim
ln -s ~/.config/nvim .vim
# fish shell
ln -s (which nvim) ~/.local/bin/vim

Notes

  • Extended vimrc since 20082.
  • Migrated to Neovim early 2023.
  • Plugins used: plug.lua

Footnotes

  1. figlet -f slant 'dcai vimrc'

  2. Pre-2014 history was tracked in git: 2f299642859b9efe0d5b1619ceeabcab16158a19