This commit is contained in:
Ray Elliott 2021-05-18 09:59:14 +01:00
commit f879046a1c
5 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,6 @@
" note this are also set in ../ftplugin/javascript.vim
set shiftwidth=2
" https://gist.github.com/romainl/1f50c55b0ee92e5420de51e6c4b38491
nnoremap <silent> <space>cF :call CocAction('runCommand', 'eslint.executeAutofix')<CR>