Add vim-easymotion

This commit is contained in:
Phantop 2018-11-15 18:29:35 -05:00
parent f55820a469
commit ff70d2d132
3 changed files with 4 additions and 3 deletions

@ -0,0 +1 @@
Subproject commit 1a0244c90c3ff46219cf9597bb13662be4232407

View File

@ -12,15 +12,12 @@ set cursorline
set clipboard=unnamedplus
set autoread
syntax enable
filetype plugin indent on
map <F7> mzgg=G`z
set background=dark
colorscheme dracula
"set t_Co=256 " Enable 256 colors
set termguicolors " Enable GUI colors for the terminal to get truecolor
autocmd FileType * set tw=0

3
.gitmodules vendored
View File

@ -52,3 +52,6 @@
[submodule ".config/nvim/bundle/dracula"]
path = .config/nvim/bundle/dracula
url = https://github.com/dracula/vim.git
[submodule ".config/nvim/bundle/vim-easymotion"]
path = .config/nvim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion.git