1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 14:15:00 +08:00

Updated plugins

This commit is contained in:
Amir
2024-02-11 18:33:58 +01:00
parent bef26975b3
commit f8e0ea7b78
8 changed files with 138 additions and 0 deletions

View File

@ -0,0 +1,30 @@
===============================================================================
ALE Gleam Integration *ale-gleam-options*
*ale-integration-gleam*
===============================================================================
gleam_format *ale-gleam-gleam_format*
g:ale_gleam_gleam_format_executable *g:ale_gleam_gleam_format_executable*
*b:ale_gleam_gleam_format_executable*
Type: |String|
Default: `'gleam'`
This variable can be modified to change the executable path for
`gleam format`.
===============================================================================
gleamlsp *ale-gleam-gleamlsp*
g:ale_gleam_gleamlsp_executable *g:ale_gleam_gleamlsp_executable*
*b:ale_gleam_gleamlsp_executable*
Type: |String|
Default: `'gleam'`
This variable can be modified to change the executable path for `gleamlsp`.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: