nvim: gopls should ignore the proto directory as well

This commit is contained in:
Daniel Lundin 2022-08-05 16:51:27 +02:00
parent c620a3bc08
commit 3ed58ff14c

View file

@ -51,7 +51,7 @@ lspconfig.gopls.setup({
"-bazel-bin",
"-bazel-out",
"-bazel-testlogs",
"-bazel-mypkg",
"-proto",
},
},
},