From 9008561fbbe3b37e514b54e146db1a0bb7fc262e Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 28 Nov 2023 18:23:21 +0100 Subject: [PATCH] Ajout shellcheck --- vimrc-conf | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc-conf b/vimrc-conf index 269dcb8..994bead 100644 --- a/vimrc-conf +++ b/vimrc-conf @@ -16,6 +16,7 @@ Plugin 'joshdick/onedark.vim' Plugin 'mbbill/undotree' Plugin 'flazz/vim-colorschemes' Plugin 'ervandew/supertab' +Plugin 'itspriddle/vim-shellcheck' call vundle#end() " required filetype plugin indent on " required