diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-31 00:06:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-31 00:06:23 +0000 |
| commit | c8c9420b7676caf14e1e1d96caed204a81ba860f (patch) | |
| tree | 644a3d71dcc0128cb6e39b6af730677e44efa52e /doc | |
| parent | feat(harper-ls): enable harper-ls for asciidoc #4170 (diff) | |
| download | nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar.gz nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar.bz2 nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar.lz nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar.xz nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.tar.zst nvim-lspconfig-c8c9420b7676caf14e1e1d96caed204a81ba860f.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 8d2c1ad5..d7aa2af9 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -5293,7 +5293,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", "clojure", "sh" } + { "asciidoc", "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index e6238dd0..e79ca1c8 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3779,7 +3779,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", "clojure", "sh" } + { "asciidoc", "c", "cpp", "cs", "gitcommit", "go", "html", "java", "javascript", "lua", "markdown", "nix", "python", "ruby", "rust", "swift", "toml", "typescript", "typescriptreact", "haskell", "cmake", "typst", "php", "dart", "clojure", "sh" } - root_markers: >lua { ".git" } < |
