Compare commits

..

2 Commits

2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Установка
```sh
git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vimrc
git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vim
vim -c ':PlugUpdate'
```

2
vimrc
View File

@ -433,7 +433,9 @@ augroup END
"{{{ Neomake
" Запускать после записи или чтения файла
if exists(":Neomake")
call neomake#configure#automake('rw', 1000)
endif
function! LocationNext()
try