mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/lsp-format: add plugin + test
This commit is contained in:
parent
859ae3a843
commit
2057828096
4 changed files with 156 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue