mirror of
https://github.com/amix/vimrc
synced 2025-06-30 11:54:59 +08:00
Updated plugins, also experimenting with a new font
The font is IBM Plex Mono: https://ibm.github.io/type/
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"============================================================================
|
||||
"File: bashate.vim
|
||||
"Description: Bash script style checking plugin for syntastic.vim
|
||||
"Description: Bash script style checking plugin for syntastic
|
||||
"License: This program is free software. It comes without any warranty,
|
||||
" to the extent permitted by applicable law. You can redistribute
|
||||
" it and/or modify it under the terms of the Do What The Fuck You
|
||||
@ -21,6 +21,7 @@ function! SyntaxCheckers_sh_bashate_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({})
|
||||
|
||||
let errorformat =
|
||||
\ '%A%\s%#[%t] E%n: %m,' .
|
||||
\ '%EE%n: %m,' .
|
||||
\ '%Z - %f%\s%\+: L%l,' .
|
||||
\ '%-G%.%#'
|
||||
|
@ -1,6 +1,6 @@
|
||||
"============================================================================
|
||||
"File: checkbashisms.vim
|
||||
"Description: Shell script syntax/style checking plugin for syntastic.vim
|
||||
"Description: Shell script syntax/style checking plugin for syntastic
|
||||
"Notes: checkbashisms.pl can be downloaded from
|
||||
" http://debian.inode.at/debian/pool/main/d/devscripts/
|
||||
" as part of the devscripts package.
|
||||
|
@ -1,6 +1,6 @@
|
||||
"============================================================================
|
||||
"File: sh.vim
|
||||
"Description: Syntax checking plugin for syntastic.vim
|
||||
"Description: Syntax checking plugin for syntastic
|
||||
"Maintainer: Gregor Uhlenheuer <kongo2002 at gmail dot com>
|
||||
"License: This program is free software. It comes without any warranty,
|
||||
" to the extent permitted by applicable law. You can redistribute
|
||||
|
@ -1,6 +1,6 @@
|
||||
"============================================================================
|
||||
"File: shellcheck.vim
|
||||
"Description: Shell script syntax/style checking plugin for syntastic.vim
|
||||
"Description: Shell script syntax/style checking plugin for syntastic
|
||||
"============================================================================
|
||||
|
||||
if exists('g:loaded_syntastic_sh_shellcheck_checker')
|
||||
|
Reference in New Issue
Block a user