8000 GitHub - xtianbetz/.vim: My .vim dotfiles and configurations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ .vim Public
forked from jessfraz/.vim

My .vim dotfiles and configurations.

License

Notifications You must be signed in to change notification settings

xtianbetz/.vim

 
 

Repository files navigation

.vim

My vim dot files. the .vimrc file is saved to vimrc.

This repo was forked from jessfraz's vimrc.

I have made only small tweaks for my own needs; All the credit goes to Jessie Frazelle.

Just run the following commands via terminal to get perfectly set up:

$ cd ~/
$ git clone --recursive https://github.com/xtianbetz/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init

Pathogen

The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.

Currently using version 2.2 of Pathogen

Plugins Used

Configuring Other Editor VIM Modes

IdeaVIM

VIM mode for Jetbrains IDEs.

See the ideavimrc file in this repo.

Copy or symlink this file ~/.ideavimrc

Visual Studio Code

TBD

About

My .vim dotfiles and configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.3%
  • Shell 0.7%
0