An open API service indexing awesome lists of open source software.

https://github.com/saamalik/dotvim

My vim files
https://github.com/saamalik/dotvim

dotvim neovim

Last synced: 5 months ago
JSON representation

My vim files

Awesome Lists containing this project

README

          

## Installation

[![Join the chat at https://gitter.im/saamalik-dotvim/Lobby](https://badges.gitter.im/saamalik-dotvim/Lobby.svg)](https://gitter.im/saamalik-dotvim/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

*RO*:
git clone https://github.com/saamalik/dotvim.git ~/.vim

*RW*:
git clone git@github.com:saamalik/dotvim.git ~/.vim

*Install*:
```
$ ln -s ~/.vim ~/.config/nvim
$ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ Start nvim and run _:PlugInstall_
```

*Fix C-H on Mac/NeoVim*
[NeoVIM C-H Fix](https://github.com/neovim/neovim/wiki/FAQ#my-ctrl-h-mapping-doesnt-work)

MinTTY looks prettier with the CONSOLA font, in the windows fonts directory. Install it and restart mintty.

## Inspired by
- https://github.com/fsproru/vimfiles
- https://github.com/Wolfy87/vim-config