Compare commits

..

2 Commits

2 changed files with 5 additions and 2 deletions

View File

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

4
vimrc
View File

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