https://github.com/stenver/vim-dotfiles
https://github.com/stenver/vim-dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenver/vim-dotfiles
- Owner: stenver
- Created: 2015-10-16T15:15:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T07:33:15.000Z (over 3 years ago)
- Last Synced: 2024-11-05T06:34:12.379Z (over 1 year 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/vcsh
Initialize:
```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 NeoVim
Check 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