" goto normal mode with jk
inoremap jk <ESC>
" remove search highlighting when pressing esc
map <esc> :noh <CR>
" --------- Plugins ----------
call plug#begin()
Plug 'justinmk/vim-sneak'
call plug#end()