===============================================================================
ALE Debian Control Integration                          *ale-debcontrol-options*


===============================================================================
debian-lsp                                          *ale-debcontrol-debian-lsp*

Website: https://github.com/jelmer/debian-lsp

debian-lsp is a Language Server Protocol implementation for Debian packaging
files. It supports debian/control, debian/copyright, debian/changelog, and
debian/source/format files with features including diagnostics, completions,
and code actions.


Installation
-------------------------------------------------------------------------------

debian-lsp can be installed via cargo: >

  cargo install debian-lsp
<
Or from Debian repositories (if available): >

  apt install debian-lsp
<

-------------------------------------------------------------------------------
Options
                                 *ale-options.debcontrol_debian_lsp_executable*
                                       *g:ale_debcontrol_debian_lsp_executable*
                                       *b:ale_debcontrol_debian_lsp_executable*
debcontrol_debian_lsp_executable
g:ale_debcontrol_debian_lsp_executable
  Type: |String|
  Default: `'debian-lsp'`

  This variable can be set to change the path to debian-lsp.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
