From cb33794bd66e7fbb996ec6f2a99dd1a20b85c2e0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 10 Mar 2017 19:12:11 -0600 Subject: [PATCH] remove double adding of plugin --- text-editor/neovim/init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/text-editor/neovim/init.vim b/text-editor/neovim/init.vim index a85741c..bd84398 100644 --- a/text-editor/neovim/init.vim +++ b/text-editor/neovim/init.vim @@ -111,7 +111,6 @@ Plug 'bkad/CamelCaseMotion' " camel case and underscore word movements Plug 'LargeFile' " gracefully handle very large files Plug 'tpope/vim-commentary' " toggle comments in code easily Plug 'tpope/vim-repeat' " toggle comments in code easily -Plug 'othree/html5.vim' " HTML5 syntax Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux Plug 'tasklist.vim' " show tasks with leader,t