diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-15 16:02:50 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-15 16:02:50 +0000 |
| commit | 9b2509f17c284486497358ccea1019cc17c28af6 (patch) | |
| tree | 3ab90a9f5cec7d878164e97f855dd2b82438b2b4 | |
| parent | docs(jqls, uvls): remove needy backslashes #3373 (diff) | |
| download | nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar.gz nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar.bz2 nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar.lz nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar.xz nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.tar.zst nvim-lspconfig-9b2509f17c284486497358ccea1019cc17c28af6.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 3ee752da..ec07c840 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6158,7 +6158,7 @@ cp $(go env GOPATH)/bin/jq-lsp /usr/local/bin Note: To activate properly nvim needs to know the jq filetype. You can add it via: ```lua -vim.cmd(\[\[au BufRead,BufNewFile *.jq setfiletype jq\]\]) +vim.cmd([[au BufRead,BufNewFile *.jq setfiletype jq]]) ``` @@ -13312,7 +13312,7 @@ cargo install --path . Note: To activate properly nvim needs to know the uvl filetype. You can add it via: ```lua -vim.cmd(\[\[au BufRead,BufNewFile *.uvl setfiletype uvl\]\]) +vim.cmd([[au BufRead,BufNewFile *.uvl setfiletype uvl]]) ``` diff --git a/doc/configs.txt b/doc/configs.txt index 3ee752da..ec07c840 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6158,7 +6158,7 @@ cp $(go env GOPATH)/bin/jq-lsp /usr/local/bin Note: To activate properly nvim needs to know the jq filetype. You can add it via: ```lua -vim.cmd(\[\[au BufRead,BufNewFile *.jq setfiletype jq\]\]) +vim.cmd([[au BufRead,BufNewFile *.jq setfiletype jq]]) ``` @@ -13312,7 +13312,7 @@ cargo install --path . Note: To activate properly nvim needs to know the uvl filetype. You can add it via: ```lua -vim.cmd(\[\[au BufRead,BufNewFile *.uvl setfiletype uvl\]\]) +vim.cmd([[au BufRead,BufNewFile *.uvl setfiletype uvl]]) ``` |
