Skip to content

Instantly share code, notes, and snippets.

@AcidLeroy
Last active June 17, 2022 17:54
Show Gist options
  • Save AcidLeroy/62baf046d108ee9599d9d928fb5c42b6 to your computer and use it in GitHub Desktop.
Save AcidLeroy/62baf046d108ee9599d9d928fb5c42b6 to your computer and use it in GitHub Desktop.
My nvim config file (~./config/nvim)
call plug#begin()
Plug 'https://github.com/easymotion/vim-easymotion.git'
Plug 'tpope/vim-sensible'
Plug 'nathanaelkane/vim-indent-guides'
call plug#end()
map ,, <Plug>(easymotion-prefix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment