From fe5e1600833841af2bef03cd1294079cc5e065e6 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 8 Sep 2021 14:26:38 -0400 Subject: [PATCH] Update snipmate setting --- link/nix/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/link/nix/vimrc b/link/nix/vimrc index 974703a..4fad9c2 100644 --- a/link/nix/vimrc +++ b/link/nix/vimrc @@ -59,6 +59,8 @@ colorscheme solarized " use the solorized set of colors highlight ColorColumn ctermbg=232 " set the color to be used for guidelines let &colorcolumn=join(range(81,999),",") " change the background color of everything beyond 80 characters +let g:snipMate = { 'snippet_version' : 1 } + " settings for the syntastic plugin let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1