From 9d9c792d7dc010e2a82f2646044f99b22d85a000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Thu, 3 Nov 2016 22:09:16 +0100 Subject: [PATCH] list snippets with ctrl+l in insert mode --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 20020c2..e078f90 100644 --- a/vimrc +++ b/vimrc @@ -43,6 +43,8 @@ Plugin 'tpope/vim-surround.git' call vundle#end() +let g:UltiSnipsListSnippets="" + let g:rainbow_active = 1 " set leader and local leader -- 2.51.2