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