mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Add comment headers for plugin/ale files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
" This file sets up configuration settings for the ALE plugin.
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
" Flags can be set in vimrc files and so on to disable particular features,
|
" Description: This file sets up configuration settings for the ALE plugin.
|
||||||
" etc.
|
" Flags can be set in vimrc files and so on to disable particular features
|
||||||
|
|
||||||
if exists('g:loaded_ale_flags')
|
if exists('g:loaded_ale_flags')
|
||||||
finish
|
finish
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
|
" Description: Echoes lint message for the current line, if any
|
||||||
|
|
||||||
if exists('g:loaded_ale_cursor')
|
if exists('g:loaded_ale_cursor')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
|
" Description: Draws error and warning signs into signcolumn
|
||||||
|
|
||||||
if exists('g:loaded_ale_sign')
|
if exists('g:loaded_ale_sign')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
|
" Description: Contains miscellaneous functions
|
||||||
|
|
||||||
if exists('g:loaded_ale_util')
|
if exists('g:loaded_ale_util')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
|
" Description: Main entry point for this plugin
|
||||||
|
" Loads linters and manages lint jobs
|
||||||
|
|
||||||
if exists('g:loaded_ale_zmain')
|
if exists('g:loaded_ale_zmain')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user