Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jridgewell/dotvim
My precious .vim files
https://github.com/jridgewell/dotvim
Last synced: about 2 months ago
JSON representation
My precious .vim files
- Host: GitHub
- URL: https://github.com/jridgewell/dotvim
- Owner: jridgewell
- Created: 2011-08-20T07:10:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T02:12:34.000Z (over 1 year ago)
- Last Synced: 2024-10-19T18:48:24.968Z (2 months ago)
- Language: Vim Script
- Size: 424 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.vim
====My precious .vim files
## Install
First, install [homesick](https://github.com/technicalpickles/homesick). Then$ homesick clone jridgewell/dotvim
$ homesick symlink jridgewell/dotvim
$ vim +PlugInstall +qallTo handle code completion, install the relevant [coc.nvim](https://github.com/neoclide/coc.nvim) extension:
$ vim "+CocInstall coc-json coc-tsserver coc-rust-analyzer" +qall