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 ```sh
git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vim git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vimrc
vim -c ':PlugUpdate'
``` ```

4
vimrc
View File

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