1
0
Fork 0

nvim Crosshair

This commit is contained in:
Jeremy Kaplan 2019-02-06 11:24:19 -08:00 committed by Jeremy Kaplan
commit 6bc6e2f708

View file

@ -298,3 +298,5 @@ endfunction
command FlowTypeAtPos call s:FlowType() command FlowTypeAtPos call s:FlowType()
autocmd FileType javascript nnoremap <buffer> <silent> K :FlowTypeAtPos<CR> autocmd FileType javascript nnoremap <buffer> <silent> K :FlowTypeAtPos<CR>
command Crosshair :set virtualedit=all cursorcolumn