Compare commits

..

No commits in common. "2cb6c3d5d3d56e5399b84a6070b41898d030129a" and "dd3b7918133e74231e6b47e71abdb69bd0d51919" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

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

4
vimrc
View File

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