From 5f3249a14dd8bc16ae764e581318a047f9876464 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 17 Jan 2021 23:56:03 +0000 Subject: [PATCH] vim: try out scratch plugin Sometimes I just want to write something into a buffer without a file attached. --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.48.1