'be' (normal open) or 'bt' (toggle open / close) or 'bs' (force horizontal split open) or 'bv' (force vertical split open)
dash
https://github.com/junegunn/goyo.vim.git
https://github.com/sjl/gundo.vim.git
https://github.com/wookiehangover/jshint.vim.git
https://github.com/junegunn/limelight.vim.git
https://github.com/scrooloose/nerdcommenter.git
https://github.com/scrooloose/nerdtree.git
https://github.com/ervandew/supertab.git
https://github.com/scrooloose/syntastic.git
https://github.com/vim-airline/vim-airline.git
https://github.com/Chiel92/vim-autoformat.git
https://github.com/easymotion/vim-easymotion.git
https://github.com/tpope/vim-fugitive.git
Run npm install under tern
https://github.com/Shougo/vimproc.vim requires make under the folder or just run VimProcInstall
And in .vim do git submodule update --init --recursive to download all the bundles.
https://vimawesome.com/plugin/vim-gitgutter
vimproc needs to be built and then run VimProcInstall using
- Clean register
a - Append every matching line to register
a
qaq
:g/var\.[A-Za-z_]*/y And
A new file with name filename in the current file's directory:
e %:h/filename
``
## Neovim
windows -> mklink init.vim C:\Users\furkanfidan\.vim\init.vim
macos -> ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
python3 -m pip install --user --upgrade pynvim
python3 -m pip install --user --upgrade neovim