From: Samir Benmendil Date: Sun, 17 Jan 2021 23:56:03 +0000 (+0000) Subject: vim: try out scratch plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5f3249a14dd8bc16ae764e581318a047f9876464 vim: try out scratch plugin Sometimes I just want to write something into a buffer without a file attached. --- diff --git a/vim/vimrc b/vim/vimrc index 82617e8..b7188f1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -96,6 +96,10 @@ let g:haskell_backpack = 1 " to enable highlighting of backpack k Plug 'aklt/plantuml-syntax' +Plug 'mtth/scratch.vim' " {{{2 + let g:scratch_no_mappings = 1 +"}}} + call plug#end() filetype plugin indent on