#1600 Alias vimwiki to markdown

This commit is contained in:
w0rp 2018-05-26 11:41:52 +01:00
parent b67c9a83b2
commit 6fce8ddc5a
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
2 changed files with 8 additions and 1 deletions

View File

@ -8,11 +8,14 @@ let s:linters = {}
" Default filetype aliases.
" The user defined aliases will be merged with this Dictionary.
"
" NOTE: Update the g:ale_linter_aliases documentation when modifying this.
let s:default_ale_linter_aliases = {
\ 'Dockerfile': 'dockerfile',
\ 'csh': 'sh',
\ 'plaintex': 'tex',
\ 'systemverilog': 'verilog',
\ 'vimwiki': 'markdown',
\ 'zsh': 'sh',
\}

View File

@ -1109,8 +1109,12 @@ g:ale_linter_aliases *g:ale_linter_aliases*
following values: >
{
\ 'zsh': 'sh',
\ 'Dockerfile': 'dockerfile',
\ 'csh': 'sh',
\ 'plaintex': 'tex',
\ 'systemverilog': 'verilog',
\ 'vimwiki': 'markdown',
\ 'zsh': 'sh',
\}
<
For example, if you wish to map a new filetype `'foobar'` to run the `'php'`