Skip to content

Commit

Permalink
(vim) Remove keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed May 7, 2024
1 parent ea3ebc1 commit 9093f8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ let g:ale_fixers = { 'javascript': ['prettier'], 'typescript': ['prettier'], 'ty
let g:ale_javascript_prettier_use_local_config = 1
let g:ale_ruby_rubocop_executable = 'bin/rubocop'

" CoC
" Use <c-space> to trigger completion: >
if has('nvim')
inoremap <silent><expr> <c-space> coc#refresh()
else
inoremap <silent><expr> <c-@> coc#refresh()
endif

" NERDTree
" ignore list
let NERDTreeIgnore=['node_modules']

0 comments on commit 9093f8e

Please sign in to comment.