vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 6f5a486af8b4c89ab83b631e1dae742a9797bad1
parent e6ae43ad9a7b2095ac485f5b652f4d65b86c4da8
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon,  3 Jun 2024 22:24:51 -0500

ftplugin: sh.vim: Added shellcheck

Diffstat:
Mftplugin/sh.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftplugin/sh.vim b/ftplugin/sh.vim @@ -1,2 +1,2 @@ setlocal formatprg=shfmt -compiler shellcheck +setlocal makeprg=shellcheck\ -x\ --format=gcc\ -o\ all\ %