Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stenver/vim-dotfiles
https://github.com/stenver/vim-dotfiles
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenver/vim-dotfiles
- Owner: stenver
- Created: 2015-10-16T15:15:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T07:33:15.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:13:01.402Z (3 months ago)
- Language: Vim script
- Size: 8.49 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - stenver/vim-dotfiles - (Vim Script)
README
# vim-dotfiles
## For dotfile management:
https://github.com/RichiH/vcshInitialize:
```sh
vcsh init vim
vcsh vim remote add origin
vcsh vim pull origin master
```
# Neovim mac guide## Install neovim with brew
https://github.com/neovim/neovim
```
brew tap neovim/neovim
brew install neovim
```# OLD - MIGHT BE NOT NEEDED
## Install neobundle
```
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh
sh ./install.sh
```## Install pip
`sudo easy_install pip`## Install neovim with python
`pip install neovim --user`# More python3 NeoVim
```
brew install python3
pip3 install neovim```
# OLD - MIGHT BE NOT NEEDED - END## Install dein(Package manager)
- Might be autoinstalled!
https://github.com/Shougo/dein.vim## Initialize nvim plugins
Simply open `nvim` for the first time - plugins declared in this projects configuration file will be downloaded and installed.## Install the silver searcher
`brew install the_silver_searcher`## Install Deoplete
Autocomplete for NeoVimCheck Deoplete install README at: https://github.com/Shougo/deoplete.nvim
## To run tests with shortcut
`sudo chmod ugo-x /usr/libexec/path_helper`## Install universal-tags
`https://github.com/universal-ctags`## install coc extensions
https://github.com/neoclide/coc-prettier
https://github.com/neoclide/coc-tsserver
https://github.com/neoclide/coc-eslint