Crashdummy
59760a0159
fix(gh_actions_ls): fix incorrect rootdir resolution
2025-01-23 13:02:27 +01:00
dundargoc
513f4f0bde
fix: fix incorrect root finding
docgen / docgen (push) Waiting to run
2025-01-22 16:28:20 +01:00
dundargoc
cedf795225
docs: fix typo
2025-01-22 14:23:26 +01:00
dundargoc
0e234f4cad
refactor: silence luals warnings
2025-01-22 14:04:37 +01:00
dundargoc
d1871c84b2
ci: fix false codespell warning
docgen / docgen (push) Waiting to run
2025-01-21 22:07:00 +01:00
dundargoc
d9fbdafd80
build: remove docgen.sh
...
docgen / docgen (push) Waiting to run
Instead, generate documentation by running the `docgen.lua` executable.
2025-01-21 15:45:44 +01:00
dundargoc
9742171ab9
ci: use the head ref when checking out
...
Otherwise the action will default to githubs own merge branch which
doesn't follow the actual git history.
2025-01-21 15:38:55 +01:00
dundargoc
3e6d426af5
build: add -q flag to luacheck
...
Otherwise it will print out all the files that passes which makes it
extremely tedious as you need to search for the files that failed.
2025-01-21 15:38:28 +01:00
github-actions[bot]
3d4180a5ef
docs: update configs.md
...
skip-checks: true
2025-01-21 11:21:36 +00:00
Ferenc Géczi
32c9817cf0
docs: use a maintained fork for kubernetes-json-schema
in the example ( #3572 )
...
The `instrumenta/kubernetes-json-schema` repo is apparently dead:
https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568
And nobody has the credentials anymore to archive it:
https://github.com/instrumenta/kubeval/issues/268#issuecomment-1376490498
The recommended migration from instrumenta is to https://github.com/yannh/kubeconform ,
see (https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568 )
and the recommended `kubernetes-json-schema` fork is also from the same new maintainer:
https://github.com/yannh/kubernetes-json-schema/
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-01-21 19:21:22 +08:00
dundargoc
e118ce58da
refactor!: make available_servers function private
...
docgen / docgen (push) Waiting to run
Work on https://github.com/neovim/nvim-lspconfig/issues/2079 .
2025-01-21 06:21:29 +01:00
github-actions[bot]
46de45200a
docs: update configs.md
...
docgen / docgen (push) Waiting to run
skip-checks: true
2025-01-21 00:12:50 +00:00
Crashdummy
71eac2ab32
feat(gh_actions_ls): recognize .forgejo, .gitea as root_dir #3566
2025-01-20 16:12:36 -08:00
dundargoc
9ee2e7dac2
refactor: comment util.path.is_descendant to prepare deperecation in future
...
docgen / docgen (push) Waiting to run
We don't deprecate it currently as the suggested replacement
(vim.fs.relpath) isn't available on the minimum supported neovim
version.
Work on https://github.com/neovim/nvim-lspconfig/issues/2079 .
2025-01-19 22:09:13 +01:00
github-actions[bot]
14b5a806c9
docs: update configs.md
...
docgen / docgen (push) Has been cancelled
skip-checks: true
2025-01-18 01:18:51 +00:00
IguanaCucumber
e11b389894
feat(asm_lsp): add NASM config support and single_file support ( #3565 )
...
* feat(asm_lsp): add NASM support and single_file support
* fix(asm_lsp): use vim.fs.dirname instead of util.root_pattern
---------
Co-authored-by: iguanacucumber <you@example.com>
2025-01-18 09:18:37 +08:00
github-actions[bot]
339ccc81e0
docs: update configs.md
...
docgen / docgen (push) Has been cancelled
skip-checks: true
2025-01-14 13:23:19 +00:00
Denis Kasak
23c9833385
docs(alloy_ls): include tips for setting filetype on *.als files ( #3561 )
2025-01-14 21:22:43 +08:00
github-actions[bot]
4facf2c096
docs: update configs.md
...
skip-checks: true
2025-01-14 12:48:01 +00:00
Denis Kasak
a14a65d757
feat: add alloy language server ( #3560 )
2025-01-14 20:47:48 +08:00
github-actions[bot]
355c565eae
docs: update configs.md
...
docgen / docgen (push) Waiting to run
skip-checks: true
2025-01-14 05:23:20 +00:00
Grant Lemons
401237e83b
feat: add typst to the list of languages harper supports ( #3533 )
2025-01-14 13:22:57 +08:00
Mitchell Hanberg
0913481440
fix(gh_actions_ls): correctly call util.root_pattern
...
docgen / docgen (push) Waiting to run
I believe this is another case of #3513
2025-01-13 19:16:20 +01:00
github-actions[bot]
04e8eb54eb
docs: update configs.md
...
skip-checks: true
2025-01-13 14:22:42 +00:00
Chris Grieser
0c24b48da1
feat(gh_actions_ls): use root_dir
to decide enablement #3558
...
This saves the user the extra setup work of copypasting the
`vim.filetype.add` snippet, making this language server work out of the
box.
2025-01-13 06:22:28 -08:00
github-actions[bot]
0c0943d8f9
docs: update configs.md
...
docgen / docgen (push) Waiting to run
skip-checks: true
2025-01-13 08:40:59 +00:00
Salomon Popp
4c5748bc92
feat: gh-actions-language-server #3551
2025-01-13 00:40:45 -08:00
github-actions[bot]
b146026949
docs: update configs.md
...
skip-checks: true
2025-01-13 07:41:33 +00:00
Anton Kastritskii
ee56b735da
feat: lua 3rd party language servers #3553
2025-01-12 23:41:20 -08:00
github-actions[bot]
88157521e8
docs: update configs.md
...
docgen / docgen (push) Has been cancelled
skip-checks: true
2025-01-08 11:12:29 +00:00
Guilherme Felipe de C. G. da Silva
29e44e199e
fix(clojure_lsp): adds single_file_support for clojure #3547
...
This allow navigation within dependecies
2025-01-08 03:12:13 -08:00
github-actions[bot]
8121483b81
docs: update configs.md
...
docgen / docgen (push) Has been cancelled
skip-checks: true
2025-01-05 14:47:47 +00:00
sharpchen
cd51acc1e2
fix(powershell_es): root pattern #3543
2025-01-05 06:47:34 -08:00
github-actions[bot]
343ac34abc
docs: update configs.md
...
skip-checks: true
2025-01-05 13:42:44 +00:00
sharpchen
5e009bded3
fix(msbuild): root patterns #3542
...
https://github.com/tintoy/msbuild-project-tools-vscode?tab=readme-ov-file#file-extensions
2025-01-05 05:42:33 -08:00
github-actions[bot]
87cdeb1689
docs: update configs.md
...
docgen / docgen (push) Waiting to run
skip-checks: true
2025-01-05 08:34:03 +00:00
mineo
acb88a4872
feat: atlas language server ( #3539 )
...
* feat: atlas
added autocmd
add stdio option
* docs: added vim.filetype.add pattern
2025-01-05 16:33:52 +08:00
github-actions[bot]
f4ed656e87
docs: update configs.md
...
skip-checks: true
2025-01-04 12:54:27 +00:00
Grant Lemons
324865b49e
feat: update Harper supported languages #3534
2025-01-04 04:53:07 -08:00
github-actions[bot]
a8ef5e6e49
docs: update configs.md
...
skip-checks: true
2025-01-03 08:35:45 +00:00
Adam Daniels
ee39859299
docs(ruby_lsp): remove instructions for adding ruby-lsp to Gemfile ( #3540 )
...
The best practice is to have the gem installed globally, and then
ruby-lsp will set up it's own Gemfile and manage it's own version.
2025-01-03 16:35:33 +08:00
Václav Kubernát
88dff6268a
fix(clangd): fix switchSourceHeader detection ( #3538 )
...
The previous patch to this file (88c4c042e1
)
changed the string to 'ccls' (possibly by copy-paste error).
2025-01-02 19:59:59 +08:00
github-actions[bot]
ace9661c1b
docs: update configs.md
...
skip-checks: true
2025-01-02 07:26:49 +00:00
glepnir
88c4c042e1
refactor(clangd): imporve switchsourceheader handler ( #3537 )
2025-01-02 15:26:38 +08:00
glepnir
709e3e8744
fix(ccls): typo on request method ( #3536 )
...
Problem: method prefix is textDocument
Solution: make d to upper
2025-01-02 14:20:47 +08:00
github-actions[bot]
719c716539
docs: update configs.md
...
skip-checks: true
2025-01-02 05:26:06 +00:00
Fangrui Song
9194d0e863
feat(ccls): add CclsSwitchSourceHeader ( #3535 )
...
* feat(ccls): add CclsSwitchSourceHeader
ccls 0.20241108 has added support for the extension from clangd.
---------
Co-authored-by: glepnir <glephunter@gmail.com>
2025-01-02 13:25:52 +08:00
github-actions[bot]
8b15a1a597
docs: update configs.md
...
skip-checks: true
2024-12-29 02:27:12 +00:00
J. Emiliano Deustua
f6cb1e2cb7
feat: add cue language server ( #3529 )
...
* feat: cue language server
---------
Co-authored-by: glepnir <glephunter@gmail.com>
2024-12-29 10:27:00 +08:00
Enaium
57154fd9a2
fix: add build.gradle.kts
for java language server ( #3528 )
2024-12-28 17:52:47 +08:00