Perguntas com a marcação «plugin-neomake»

2
Neomake pendurado ao usar eslint
Tenho acompanhado os dois tutoriais a seguir para tentar configurar eslinte Neomake: Linting code with Neomake and Neovim Linting code with Neovim and Neomake - edição ESLint Então, eu tenho o seguinte mínimo init.vim call plug#begin('~/.vim/plugged') Plug 'neomake/neomake' call plug#end() autocmd! BufWritePost,BufEnter * Neomake let g:neomake_verbose=3 let g:neomake_open_list = 2 …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.