mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/lsp-format: fix setup example
This commit is contained in:
parent
169d7f4dc0
commit
818834a7bb
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ in
|
||||||
});
|
});
|
||||||
description = "The setup option maps |filetypes| to format options.";
|
description = "The setup option maps |filetypes| to format options.";
|
||||||
example = {
|
example = {
|
||||||
gopls = {
|
go = {
|
||||||
exclude = [ "gopls" ];
|
exclude = [ "gopls" ];
|
||||||
order = [
|
order = [
|
||||||
"gopls"
|
"gopls"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
setup = {
|
setup = {
|
||||||
gopls = {
|
go = {
|
||||||
exclude = [ "gopls" ];
|
exclude = [ "gopls" ];
|
||||||
order = [
|
order = [
|
||||||
"gopls"
|
"gopls"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue