" ----------------------------- Own config --------------------------- inoremap jk " goto normal mode with jk map :noh " remove search highlighting when pressing esc set number " turn on line numbers " ----------------------------- Plugins ------------------------------ call plug#begin() Plug 'justinmk/vim-sneak' Plug 'easymotion/vim-easymotion' Plug 'sheerun/vim-polyglot' call plug#end()