A repository for storing Vim configuration files to set up Vim in specific ways.
light-ide/vimrc
A boilerplate IDE providing essential features including syntax highlighting, a file system explorer, file searching, class tags and color schemes.
cmake-ycm/vimrc
A configuration that utilises CMake and the YouCompleteMe code completion engine. Provides a powerful C and C++ development environment. Builds on top of the light-ide configuration.
haskell-ide/vimrc
A boiletplate haskell IDE that has code completion and linting via the coc.vim plugin and backend Haskell Language Server. Correct syntax highlighting, indentation, code search, and on-the-fly access to Haskell documentation are also enabled out of the box. Builds on top of the light-ide configuration.