diff options
| author | github-actions <github-actions@github.com> | 2021-12-26 21:19:29 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-12-26 21:19:29 +0000 |
| commit | 86716d0aed3ff33a777bf75d2245d9b73bfcc11a (patch) | |
| tree | 7a3b074b38b3b6c23d1da6ef054cc2a4a6ac9f83 | |
| parent | feat: add gotmpl to gopls filetypes (#1619) (diff) | |
| download | nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar.gz nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar.bz2 nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar.lz nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar.xz nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.tar.zst nvim-lspconfig-86716d0aed3ff33a777bf75d2245d9b73bfcc11a.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 1ea1e218..a45a44cb 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1999,7 +1999,7 @@ require'lspconfig'.gopls.setup{} Default Values: cmd = { "gopls" } - filetypes = { "go", "gomod" } + filetypes = { "go", "gomod", "gotmpl" } root_dir = root_pattern("go.mod", ".git") ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 1ea1e218..a45a44cb 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1999,7 +1999,7 @@ require'lspconfig'.gopls.setup{} Default Values: cmd = { "gopls" } - filetypes = { "go", "gomod" } + filetypes = { "go", "gomod", "gotmpl" } root_dir = root_pattern("go.mod", ".git") ``` |
