From 525fda0cd25f9591578b9bfd060fdb9580f7c678 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 19 Aug 2021 13:12:10 -0700 Subject: gundo -> undotree --- .vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 172d740..bb65c52 100644 --- a/.vimrc +++ b/.vimrc @@ -39,8 +39,6 @@ Plug 'airblade/vim-gitgutter' Plug 'junegunn/goyo.vim' -Plug 'sjl/gundo.vim' - Plug 'itchyny/lightline.vim' Plug 'MarcWeber/vim-addon-mw-utils' @@ -52,6 +50,8 @@ Plug 'dhruvasagar/vim-table-mode' Plug 'tomtom/tcomment_vim' +Plug 'mbbill/undotree' + call plug#end() @@ -70,7 +70,7 @@ nmap ga (EasyAlign) set ttimeoutlen=100 "toggle gundo pane -nnoremap g :GundoToggle +nnoremap g :UndotreeToggle "snippets let g:snipMate = { 'snippet_version' : 1 } @@ -292,6 +292,7 @@ if has('autocmd') au FileType css call settings_css() au FileType d call settings_c() au FileType elixir call settings_elixir() + au FileType elm call settings_haskell() au FileType go call settings_c() au FileType haskell call settings_haskell() au FileType html call settings_html() -- cgit v1.2.3