diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-06 18:41:48 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-06 18:41:48 +0000 |
| commit | 3805bb215ca2eb3e047c947fc4bf2434ca473ff6 (patch) | |
| tree | 7186a7466c1a19ec170af0ac27d5b9854c3470a7 | |
| parent | fix(harper_ls): filetype "csharp" -> "cs" #3358 (diff) | |
| download | nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar.gz nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar.bz2 nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar.lz nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar.xz nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.tar.zst nvim-lspconfig-3805bb215ca2eb3e047c947fc4bf2434ca473ff6.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index 24da0d69..3ddc50ce 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -5242,7 +5242,7 @@ require'lspconfig'.harper_ls.setup{} ``` - `filetypes` : ```lua - { "markdown", "rust", "typescript", "typescriptreact", "javascript", "python", "go", "c", "cpp", "ruby", "swift", "csharp", "toml", "lua", "gitcommit", "java", "html" } + { "markdown", "rust", "typescript", "typescriptreact", "javascript", "python", "go", "c", "cpp", "ruby", "swift", "cs", "toml", "lua", "gitcommit", "java", "html" } ``` - `root_dir` : ```lua |
