From ff70d2d132553d7b11001ca9e8241cce700ac646 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 15 Nov 2018 18:29:35 -0500 Subject: [PATCH] Add vim-easymotion --- .config/nvim/bundle/vim-easymotion | 1 + .config/nvim/init.vim | 3 --- .gitmodules | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 .config/nvim/bundle/vim-easymotion diff --git a/.config/nvim/bundle/vim-easymotion b/.config/nvim/bundle/vim-easymotion new file mode 160000 index 0000000..1a0244c --- /dev/null +++ b/.config/nvim/bundle/vim-easymotion @@ -0,0 +1 @@ +Subproject commit 1a0244c90c3ff46219cf9597bb13662be4232407 diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 786f1d7..f3efca5 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -12,15 +12,12 @@ set cursorline set clipboard=unnamedplus set autoread syntax enable - filetype plugin indent on map 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 diff --git a/.gitmodules b/.gitmodules index 9017fa4..95d6aaa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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