adding stuff

This commit is contained in:
viktorbarzin 2019-11-08 10:47:36 +00:00
parent b324d45c37
commit ad0866ddd0
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 10 additions and 9 deletions

6
.vimrc
View file

@ -437,12 +437,6 @@ augroup END
let g:neocomplete#enable_at_startup = 1 " DO NOT MOVE in another file
let g:xptemplate_key = '<Space><Space>'
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'javascript': ['eslint'],
\}
" Put these lines at the very end of your vimrc file.
" Load all plugins now.