Commit Graph

3377 Commits

Author SHA1 Message Date
github-actions[bot]
ff2b85abaa docs: update configs.md
skip-checks: true
2024-12-25 10:37:15 +00:00
MuntasirSZN2
1240fbbfeb
fix(mdx-analyzer): get dirname of vim.fs.find result (#3527)
* fix: project root variable and root filetype
2024-12-25 18:37:01 +08:00
dundargoc
c580f34bc5 refactor!: remove public interface of util.path.traverse_parents
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-23 14:06:42 +01:00
github-actions[bot]
b54abeb8b9 docs: update configs.md
skip-checks: true
2024-12-22 23:46:11 +00:00
Tom
73ce1e3bf6
feat: autohotkey_lsp #3408 2024-12-22 15:45:56 -08:00
dundargoc
9204642002 refactor: deprecate util.path.iterate_parents
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-22 14:44:02 +01:00
dundargoc
d68378cca4 refactor: silence luals warnings 2024-12-22 14:37:19 +01:00
dundargoc
f1405c1ea5 refactor: deprecate util.path.path_separator
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-21 18:15:15 +01:00
github-actions[bot]
5f35efe610 docs: update configs.md
skip-checks: true
2024-12-21 15:10:48 +00:00
dundargoc
45c5095097 refactor: deprecate util.path.join
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-21 16:10:35 +01:00
dundargoc
040001d85e refactor: fix luals warnings 2024-12-19 11:33:57 +01:00
github-actions[bot]
9f2c279cf9 docs: update configs.md
skip-checks: true
2024-12-17 07:22:31 +00:00
Rui Chen
495a7f16f6
feat(msbuild): config instruction for filetypes (#3516) 2024-12-17 15:22:18 +08:00
apostoli
ae8a01bb40
fix(ruff, ruff_lsp, crystalline, janet_lsp): returning a function from root pattern (#3513)
* fix(ruff, ruff_lsp): error returning the function returned by util.root_pattern on lsp start

* fix(crystalline, janet_lsp): invoke function returned by root pattern
2024-12-15 08:50:47 +08:00
dundargoc
c502e4d288 refactor!: remove util.path.is_absolute
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-14 23:58:22 +01:00
dundargoc
3da1815079 refactor!: remove util.path.escape_wildcards
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-14 21:51:16 +01:00
github-actions[bot]
41e249e778 docs: update configs.md
skip-checks: true
2024-12-14 16:24:25 +00:00
dundargoc
12d163c5c2 refactor: deprecate util.find_git_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-14 17:24:12 +01:00
Guilherme Soares
3cb6c05779
docs: how to get package.json parent dir #3506 2024-12-13 16:06:28 -08:00
Jacob Reed
4761665b4b
fix(regression): fix for vim.fs.find regression not returning parent directory (#3505) 2024-12-13 20:30:45 +01:00
github-actions[bot]
ffe543e171 docs: update configs.md
skip-checks: true
2024-12-13 13:32:03 +00:00
dundargoc
f675f8c430 refactor: deprecate util.find_package_json_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-13 14:31:20 +01:00
github-actions[bot]
124be12d78 docs: update configs.md
skip-checks: true
2024-12-12 08:35:15 +00:00
Yaksis
e35fd81524
fix(tinymist): fallback to single file in some case (#3501)
When the `root_dir` is null, tinymist should still runs to give a
baseline usage.
2024-12-12 16:35:00 +08:00
github-actions[bot]
b172995432 docs: update configs.md
skip-checks: true
2024-12-11 14:37:54 +00:00
Kevin Nitro
402f12c841
fix(kotlin_language_server): wrong cmd on Windows #3500
fix #3499
2024-12-11 06:37:09 -08:00
github-actions[bot]
5a812abc65 docs: update configs.md
skip-checks: true
2024-12-10 05:11:05 +00:00
Fabien
cef5a113b1
docs(volar): fix dead links and remove outdated content (#3498)
* docs(volar): refine Typescript SDK path lookup process

* docs(volar): fix dead links and improve clarity
2024-12-10 13:10:53 +08:00
b8b725659f
fix(volar & astro): remove duplicate node_modules (#3497)
fix #3496
2024-12-09 17:19:04 +08:00
github-actions[bot]
fc16fd4f9c docs: update configs.md
skip-checks: true
2024-12-08 17:39:00 +00:00
dundargoc
687fcb939b refactor: remove outdated code
Lspconfig requires neovim version 0.9 at the time of writing this, so
discard any version checks and code for older versions.
2024-12-08 18:38:48 +01:00
dundargoc
19626a3a44 refactor: deprecate util.find_node_modules_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-08 18:32:42 +01:00
github-actions[bot]
47f236c058 docs: update configs.md
skip-checks: true
2024-12-07 13:10:51 +00:00
Stefano Volpe
ab8f4009b4
feat: ltex-ls-plus #3442 2024-12-07 05:09:31 -08:00
Justin M. Keyes
64073cbed0
Revert "refactor: use simpler file existence check" #3495
This reverts commit 90c1c6cc82.

Fix #3485
2024-12-06 03:19:39 -08:00
glepnir
2c007c79ee
fix(typst_lsp): deprecate typst_lsp to tinymist (#3493)
Problem: typst_lsp has been archived.

Solution: use tinymist instead

Fix #3492
2024-12-05 18:54:48 +08:00
andrew snelling
6e385d2fe5
fix(types): lspconfig.Config commands (#3490) 2024-12-04 13:36:07 +08:00
github-actions[bot]
1aa9f36b6d docs: update configs.md
skip-checks: true
2024-12-02 16:27:12 +00:00
Justin M. Keyes
2386f1e0e1
docs: broken elixir-ls URL #3489
fix #3488
2024-12-02 08:26:54 -08:00
github-actions[bot]
627905ef6a docs: update configs.md
skip-checks: true
2024-12-02 10:12:49 +00:00
dundargoc
9b89ba5f15 refactor: replace all instances of vim.uv with vim.loop
We still support neovim 0.9 currently, so we can't use vim.uv. Also add
a check so we don't accidentally reintroduce it.
2024-12-02 11:12:18 +01:00
github-actions[bot]
f59eba2ec0 docs: update configs.md
skip-checks: true
2024-12-02 05:34:35 +00:00
uncenter
ec346d7e73
fix(statix): use correct cmd (#3487) 2024-12-02 13:34:22 +08:00
github-actions[bot]
eb20f0a9cc docs: update configs.md
skip-checks: true
2024-12-01 22:12:54 +00:00
Emma
6c0de93a52
fix(fennel-ls): enable single_file_support #3417 2024-12-01 14:12:42 -08:00
dundargoc
90c1c6cc82 refactor: use simpler file existence check
The vimscript function `getftype` is an easier way to check for file
existence compared to vim.uv.
2024-12-01 15:11:38 +01:00
dundargoc
883bd793b4 build(editorconfig): set max_line_length to 120 only for lua files
Setting it for all filetypes is usually not correct. For example, git
commits are also affected by this option which makes 120 columns too
long.
2024-12-01 14:33:40 +01:00
dundargoc
7b0a2f6b14 fix: return string instead of table for find_mercurial_ancestor 2024-11-30 14:07:10 +01:00
dundargoc
e869c7e6af refactor: deprecate util.find_mercurial_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-11-29 12:17:35 +01:00
dundargoc
6a5ed22255
refactor: deprecate util.path.is_dir #3475
Work on https://github.com/neovim/nvim-lspconfig/issues/2079
2024-11-28 14:39:12 -08:00