Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Furkanzmc/vimrc

 
 

Repository files navigation

VIM

The Ultimate vimrc

This is my Vim configuration that I based on the fantastic work Amir Salihefendic did.

I deal with Markdown, C++, QML, JavaScript and Python files most of the time. So my configuration is tailored for those file types.

How to install?

Install Vundle for plugin management.

git clone --depth=1 https://github.com/Furkanzmc/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install.sh

How to uninstall

Just do following:

  • Remove ~/.vim_runtime
  • Remove any lines that reference .vim_runtime in your ~/.vimrc

Configuring with Environment Variables

For easy manipulation of some configurations, the following environment variables are used:

  • VIMRC_RUST_ENABLED: Enables Rust support. Defaults to 0.
  • VIMRC_USE_VIRTUAL_TEXT: Enables virtual text for LanguageClient-neovim. Defaults to No.
  • VIMRC_BACKGROUND: Changes background. Defaults to dark.

Screenshots

screenshot1

screenshot2

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 72.2%
  • Python 21.5%
  • PowerShell 5.2%
  • Shell 1.1%