1
0
Fork 0

Remove unused keybinding I hit accidentally

This commit is contained in:
Jeremy Kaplan 2018-11-15 09:22:56 -08:00 committed by Jeremy Kaplan
commit 2ba9341739

View file

@ -226,6 +226,7 @@ let g:rooter_patterns = ['.root', '.git', '.git/']
noremap <silent> <leader>cd :execute 'cd' fnameescape(FindRootDirectory())<CR>:pwd<CR>
let g:AutoPairsMultilineClose = 0
let g:AutoPairsShortcutBackInsert = ''
let g:javascript_plugin_flow = 1
let g:ale_javascript_flow_use_respect_pragma = 0