adding stuff
This commit is contained in:
parent
b324d45c37
commit
ad0866ddd0
4 changed files with 10 additions and 9 deletions
6
.vimrc
6
.vimrc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue