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:
13
README.md
13
README.md
@@ -14,3 +14,16 @@ OSH_THEME="theme defaults"
|
|||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
и склонируем репозиторий .mydofiles.
|
и склонируем репозиторий .mydofiles.
|
||||||
|
|
||||||
|
## My config VIM
|
||||||
|
Install vim bash-language server shellcheck
|
||||||
|
```bash
|
||||||
|
sudo dnf install vim bash-language-server shellcheck
|
||||||
|
```
|
||||||
|
install vim plugins
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user