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
- Host: GitHub
- URL: https://github.com/saamalik/dotvim
- Owner: saamalik
- Created: 2013-04-29T19:44:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T00:56:49.000Z (almost 3 years ago)
- Last Synced: 2023-07-02T01:29:47.455Z (almost 3 years ago)
- Topics: dotvim, neovim
- Language: Vim Script
- Size: 1.94 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
[](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