mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
update rpo VIM
This commit is contained in:
14
README.md
14
README.md
@@ -26,4 +26,18 @@ install vim plugins
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
install bash-support
|
||||
```bash
|
||||
https://www.vim.org/scripts/script.php?script_id=365
|
||||
```
|
||||
Install bash-support
|
||||
```bash
|
||||
cp bash-support.zip ~/.vim
|
||||
cd ~/.vim
|
||||
unzip bash-support.zip
|
||||
```
|
||||
Config vimrc
|
||||
```VIM
|
||||
filetype plugin on
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user