github-actions[bot]
bf81bef7d7
docs: update configs.md
...
skip-checks: true
2025-01-29 16:07:58 +00:00
Ahmad bin Marakkar
e6ea632895
fix(angularls): handle nil #3594
...
Problem:
Warning message while opening a directory without node_modules.
Solution:
Handle nil.
2025-01-29 08:06:30 -08:00
Tulio Brunoro
9962e25a23
fix(angularls): pass --angularCoreVersion for backwards compatibility #3592
docgen / docgen (push) Has been cancelled
2025-01-28 08:25:27 -08:00
dundargoc
1f941b3668
revert: "refactor!: make available_servers function private" #3589
...
docgen / docgen (push) Waiting to run
This reverts commit e118ce58da
.
It turns out `util.available_servers` is used more than anticipated, so
we revert the privatization for the time being.
Closes https://github.com/neovim/nvim-lspconfig/issues/3588
2025-01-27 13:04:47 -08:00
github-actions[bot]
637293ce23
docs: update configs.md
...
docgen / docgen (push) Waiting to run
skip-checks: true
2025-01-27 11:50:59 +00:00
Marek Vospel
8981192c7d
feat: oxc-language-server #3586
2025-01-27 03:50:26 -08:00
krovuxdev
e5bf88e5ea
fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP initialization ( #3585 )
...
docgen / docgen (push) Waiting to run
* fix(astro): correct path to locate typescript/lib in Neovim
* fix(volar): correct path to locate typescript/lib in Neovim
2025-01-26 18:12:42 +08:00
dundargoc
b4d65bce97
fix: remove validation from configs.lua
...
docgen / docgen (push) Has been cancelled
This is because using the old syntax for vim.validate causes
`:checkhealth vim.deprecated` to be flooded with deprecated messages.
It would also be possible to do a version check and use the newer syntax
for vim.validate, but since configs.lua will be replaced by
vim.lsp.config in the future there is little need to future-proof it.
Closes https://github.com/neovim/nvim-lspconfig/issues/3583 .
2025-01-23 19:07:17 +01:00
github-actions[bot]
c31abb8e7c
docs: update configs.md
...
skip-checks: true
2025-01-23 12:02:41 +00:00
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