diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-17 02:07:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-17 02:07:34 +0000 |
| commit | a5070ac3a35abb716c0e6fb2b26197ef1915e398 (patch) | |
| tree | 9e6b7f204f0899244cf23395db1aa709361c7e8c /doc | |
| parent | feat(harper): clojure filetype #3952 (diff) | |
| download | nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar.gz nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar.bz2 nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar.lz nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar.xz nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.tar.zst nvim-lspconfig-a5070ac3a35abb716c0e6fb2b26197ef1915e398.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 0f65aedf..f04fc6c1 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -5012,7 +5012,7 @@ Default config: ``` - `filetypes` : ```lua - { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 591715f3..314c4a22 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3552,7 +3552,7 @@ Default config: - cmd: >lua { "harper-ls", "--stdio" } - filetypes: >lua - { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart" } + { "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure" } - root_markers: >lua { ".git" } < |
