Skip to content

ekusuma/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

My Vim configuration. Works with Vim, but some plugins require Neovim. This repo was totally stolen from borrowed from https://github.com/aspyrx/.vim

Installation

  1. Clone the repository: git clone https://github.com/edgykuma/.vim ~/.vim
  2. Symlink ~/.vimrc to the .vimrc in this repository:
    cd ~
    ln -s .vim/.vimrc .vimrc
  3. cd ~/.vim
  4. Fetch the dependency plugins: git submodule update --init --recursive

You may also just run the shell script in this directory:

./symlink_make

If you're using Neovim, then you should also symlink your Neovim configuration directory (by default, ~/.config/nvim) to ~/.vim.

Screenshot

Screenshot

The font is Fira Code. Note that a font that supports/is patched with the powerline symbols is recommended.

About

My Vim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 98.6%
  • Shell 1.4%