plugins/lsp-format: add plugin + test

This commit is contained in:
Gaetan Lepage 2023-05-12 11:01:10 +02:00 committed by Gaétan Lepage
parent 859ae3a843
commit 2057828096
4 changed files with 156 additions and 1 deletions

View file

@ -68,7 +68,7 @@
};
function = mkOption {
type = types.str;
type = types.lines;
description = ''
Body of the on_attach function.
The argument `client` and `bufnr` is provided.