Last active
June 17, 2022 17:54
-
-
Save AcidLeroy/62baf046d108ee9599d9d928fb5c42b6 to your computer and use it in GitHub Desktop.
My nvim config file (~./config/nvim)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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