1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

plugins/lsp-format: fix setup example

This commit is contained in:
Gaetan Lepage 2024-05-19 18:33:14 +02:00 committed by Gaétan Lepage
parent 169d7f4dc0
commit 818834a7bb
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ in
});
description = "The setup option maps |filetypes| to format options.";
example = {
gopls = {
go = {
exclude = [ "gopls" ];
order = [
"gopls"

View file

@ -21,7 +21,7 @@
enable = true;
setup = {
gopls = {
go = {
exclude = [ "gopls" ];
order = [
"gopls"