Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
update order for vim options
Browse files Browse the repository at this point in the history
  • Loading branch information
bx2 committed Jun 7, 2019
1 parent 8ffe408 commit faebc1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,15 @@ let g:ale_fixers={
\ 'css': ['prettier'],
\ 'html': ['prettier'],
\}
" ALE colors
highlight ALEErrorSign ctermfg=1 ctermbg=18 guifg=#ff5c57 guibg=#34353e
highlight ALEWartningSign ctermfg=3 ctermbg=18 guifg=#f3f99d guibg=#34353e
" rust
let g:ale_rust_rls_config={
\ 'rust': {
\ 'clippy_preference': 'on'
\ }
\}
" ALE colors
highlight ALEErrorSign ctermfg=1 ctermbg=18 guifg=#ff5c57 guibg=#34353e
highlight ALEWartningSign ctermfg=3 ctermbg=18 guifg=#f3f99d guibg=#34353e

nnoremap <C-]> :ALEGoToDefinitionInVSplit<cr>
Expand Down

0 comments on commit faebc1a

Please sign in to comment.