26 Commits

Author SHA256 Message Date
f5420d8efe Accepting request 1334514 from editors
OBS-URL: https://build.opensuse.org/request/show/1334514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=13
2026-02-23 16:23:26 +00:00
Richard Rahl
12a379b749 - Update to version 2.6.0:
* refactor!: deprecate old framework/configs, Nvim 0.10
  * feat(apex_ls): add vim.lsp.config support
  * docs: deprecation info
  * fix(leanls): migrate to vim.lsp.config
  * fix(utils): use fs_realpath to normalize paths in root_dir detection
  * docs: enhance descripton of bitbake_language_server
  * feat: add django-language-server
  * feat: resupport force stop language server
  * Add 'terraform' to supported filetypes
  * fix: LspRestart/LspStop with arguments
  * fix: exclude deno from biome/eslint/ts_ls/tsgo/vtsls
  * docs: add deprecation notice to lua/lspconfig/configs
  * feat: add cmd for java-language-server
  * feat: systemd_lsp
  * docs: ":LspInfo" in Nvim 0.12
  * fix: deprecate systemd_ls in future version
  * fix: drop unmaintained LS lsp/erlangls.lua
  * fix: disable telemetry in the intelephense lsp server
  * fix: show deprecation messages on_init

OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=25
2026-02-23 14:06:09 +00:00
c73f31cfa3 Accepting request 1306140 from editors
OBS-URL: https://build.opensuse.org/request/show/1306140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=12
2025-09-20 20:05:00 +00:00
Richard Rahl
8fecf0f3ce Accepting request 1306139 from home:rrahl0
- update to version 2.5.0:
  * feat(vue_ls): support ts_ls
  * fix(vue_ls): correctly check if ts_clients exist
  * fix(golangci_lint_ls): support v2 wrapper script
  * fix(docker_language_server): set language id for compose files
  * fix(texlab): adapt commands to fit 0.11+
  * feat(codebook): add Java and Lua filetypes
  * fix: vim.lsp.get_log_path() -> vim.lsp.log.get_filename()
  * feat(codebook): add gitcommit filetype
  * fix(clangd): old config style still including proto filetype
  * feat(roslyn_ls): support slnx
  * docs(hyprls): Install from hyprland-community org
  * feat(yamlls): Added document formatting support
  * feat: improve monorepo support for Typescript and ESLint LSP
  * fix: vtsls does not start in monorepo with bun.lock
  * fix(ts/js): servers do not start when bun.lock exists
  * fix: type annotations
  * refactor(yamlls): Non-hacky way to enable formatting
  * fix(ts_ls): server not starting if there is no typescript
  * fix: do not add type annotation to docgen
  * fix: ts/js LSPs require lockfile
  * fix(pyright): command :LspPyrightOrganizeImports fails

OBS-URL: https://build.opensuse.org/request/show/1306139
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=23
2025-09-20 15:02:46 +00:00
c5f16c1a98 Accepting request 1296588 from editors
- update to version 2.4.0:
  * Fix millet install target to millet-ls
  * fix(svelte): only attach to existing files
  * feat(glint): add vim.lsp.config support
  * feat(glint): dynamic cmd
  * feat(biome): add html as filetype
  * fix(powershell_es): update LogLevel to Information
  * fix: some on_attach callbacks may create commands in a wrong buffer
  * fix(powershell_es): update LogLevel to recognized value
  * fix(csharp_ls): add missing slnx root pattern
  * fix(omnisharp): missing root_dir patterns
  * docs: add notes about creating buffer-local commands
  * docs: Correct install command for pug lsp
  * feat: herb_ls
  * fix(phpactor): root markers precedence
  * fix(intelephense): change root markers order
  * feat(tailwindcss): tailwind root_dir rails phoenix
  * feat(eslint): add htmlangular to supported filetypes
  * feat: codebook lsp
  * feat: add autopkgtest file type to debputy.lua
  * feat(ts_ls): implement code lens support
  * feat(gopls): refactor root_dir identification #3940
  * fix(docs): "commands" item breaks docgen
  * fix(vue_ls): support vue_ls v3
  * feat: swap pkgbuild_language_server with termux_language_server
  * feat(clarinet)!: rename clarity_lsp to clarinet
  * fix(clarinet): Clarinet.toml is the root_marker
  * feat(harper): add clojure filetypes
  * docs(rescriptls): add didChangeWatchedFiles example
  * feat(clangd): remove proto filetype support, reverting (#2125) (forwarded request 1296587 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1296588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=11
2025-07-31 15:46:23 +00:00
Richard Rahl
456b921d45 Accepting request 1296587 from home:rrahl0
- update to version 2.4.0:
  * Fix millet install target to millet-ls
  * fix(svelte): only attach to existing files
  * feat(glint): add vim.lsp.config support
  * feat(glint): dynamic cmd
  * feat(biome): add html as filetype
  * fix(powershell_es): update LogLevel to Information
  * fix: some on_attach callbacks may create commands in a wrong buffer
  * fix(powershell_es): update LogLevel to recognized value
  * fix(csharp_ls): add missing slnx root pattern
  * fix(omnisharp): missing root_dir patterns
  * docs: add notes about creating buffer-local commands
  * docs: Correct install command for pug lsp
  * feat: herb_ls
  * fix(phpactor): root markers precedence
  * fix(intelephense): change root markers order
  * feat(tailwindcss): tailwind root_dir rails phoenix
  * feat(eslint): add htmlangular to supported filetypes
  * feat: codebook lsp
  * feat: add autopkgtest file type to debputy.lua
  * feat(ts_ls): implement code lens support
  * feat(gopls): refactor root_dir identification #3940
  * fix(docs): "commands" item breaks docgen
  * fix(vue_ls): support vue_ls v3
  * feat: swap pkgbuild_language_server with termux_language_server
  * feat(clarinet)!: rename clarity_lsp to clarinet
  * fix(clarinet): Clarinet.toml is the root_marker
  * feat(harper): add clojure filetypes
  * docs(rescriptls): add didChangeWatchedFiles example
  * feat(clangd): remove proto filetype support, reverting (#2125)

OBS-URL: https://build.opensuse.org/request/show/1296587
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=21
2025-07-30 13:54:57 +00:00
f1a8740b9b Accepting request 1284537 from editors
- update to 2.3.0:
  * fix(fish_lsp): apply author suggestions
  * feat(ast_grep): support multiple workspaces
  * Update cairo ls config
  * [feat] add OpenTofu language server
  * fix(emmet_ls, emmet_language_server): standardized configs across both emmet lsps
  * feat: cspell language server
  * feat(helm_ls,yamlls): support custom filetype for helm-ls
  * fix: enable :LspLog command in Nvim 0.11.2
  * fix(eslint): LspEslintFixAll not running sync
  * Add Postcss for Django
  * fix(clangd): set offset_encoding correctly
  * feat(bicep): add bicep-params filetype for bicep lsp
  * fix(helm_ls,yamlls): support custom filetype for helm-ls
  * fix: restore :LspStart/LspStop behaviour without arguments
  * fix: support :LspRestart without arguments (forwarded request 1284536 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1284537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=10
2025-06-11 14:23:58 +00:00
Richard Rahl
117ef2daf3 Accepting request 1284536 from home:rrahl0
- update to 2.3.0:
  * fix(fish_lsp): apply author suggestions
  * feat(ast_grep): support multiple workspaces
  * Update cairo ls config
  * [feat] add OpenTofu language server
  * fix(emmet_ls, emmet_language_server): standardized configs across both emmet lsps
  * feat: cspell language server
  * feat(helm_ls,yamlls): support custom filetype for helm-ls
  * fix: enable :LspLog command in Nvim 0.11.2
  * fix(eslint): LspEslintFixAll not running sync
  * Add Postcss for Django
  * fix(clangd): set offset_encoding correctly
  * feat(bicep): add bicep-params filetype for bicep lsp
  * fix(helm_ls,yamlls): support custom filetype for helm-ls
  * fix: restore :LspStart/LspStop behaviour without arguments
  * fix: support :LspRestart without arguments

OBS-URL: https://build.opensuse.org/request/show/1284536
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=19
2025-06-10 15:46:27 +00:00
ef7064632c Accepting request 1280309 from editors
- update to 2.2.0:
  * fix(configs): remove sanitize_cmd
  * feat(ts_ls): provide command to run source actions
  * fix: add pylyzer dependency info (erg)
  * feat(docgen.lua): improve vimdoc generator
  * feat(powershell_es): add vim.lsp.config support
  * feat(efm): add vim.lsp.config support
  * fix(powershell_es): typo bundlePath -> bundle_path
  * feat(docgen.lua): convert @brief codeblocks for vimdoc
  * docs: cleanup
  * fix(rust_analyzer): nvim_echo must not be called in a fast event context
  * Support for non-conventional package.json5
  * fix: improve typescript server path search for ts dependents lsp
  * fix(eslint): check nil before on_dir
  * fix(mesonlsp): improved root detection
  * feat: laravel-ls
  * fix(lsp/zk): fix user command options; invalid key description
  * fix(eslint): require workspace instead of checking root dir for nil value
  * Revert "fix(configs): remove sanitize_cmd"
  * fix(texlab): Improve root detection for Latexmk projects
  * fix(configs): execute sanitize_cmd only on windows to speed up WSL
  * feat(ccls): add vim.lsp.config support
  * fix(ast_grep): workspace_required=true
  * fix(doc): Correct lua_ls documentation
  * docs(lua_ls): add field Lua.runtime.path to example config for Nvim Lua
  * feat(oxlint): added oxlint lsp config
  * fix(omnisharp): update executable name
  * fix(taplo): add Taplo configuration files to root markers
  * Feature: migrate builtin commands
  * fix(configs): eliminate some usages of root_pattern (forwarded request 1280308 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1280309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=9
2025-05-26 18:16:39 +00:00
Richard Rahl
6ae677bd19 Accepting request 1280308 from home:rrahl0
- update to 2.2.0:
  * fix(configs): remove sanitize_cmd
  * feat(ts_ls): provide command to run source actions
  * fix: add pylyzer dependency info (erg)
  * feat(docgen.lua): improve vimdoc generator
  * feat(powershell_es): add vim.lsp.config support
  * feat(efm): add vim.lsp.config support
  * fix(powershell_es): typo bundlePath -> bundle_path
  * feat(docgen.lua): convert @brief codeblocks for vimdoc
  * docs: cleanup
  * fix(rust_analyzer): nvim_echo must not be called in a fast event context
  * Support for non-conventional package.json5
  * fix: improve typescript server path search for ts dependents lsp
  * fix(eslint): check nil before on_dir
  * fix(mesonlsp): improved root detection
  * feat: laravel-ls
  * fix(lsp/zk): fix user command options; invalid key description
  * fix(eslint): require workspace instead of checking root dir for nil value
  * Revert "fix(configs): remove sanitize_cmd"
  * fix(texlab): Improve root detection for Latexmk projects
  * fix(configs): execute sanitize_cmd only on windows to speed up WSL
  * feat(ccls): add vim.lsp.config support
  * fix(ast_grep): workspace_required=true
  * fix(doc): Correct lua_ls documentation
  * docs(lua_ls): add field Lua.runtime.path to example config for Nvim Lua
  * feat(oxlint): added oxlint lsp config
  * fix(omnisharp): update executable name
  * fix(taplo): add Taplo configuration files to root markers
  * Feature: migrate builtin commands
  * fix(configs): eliminate some usages of root_pattern

OBS-URL: https://build.opensuse.org/request/show/1280308
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=17
2025-05-26 15:50:08 +00:00
a9745a426f Accepting request 1272861 from editors
- update to 2.1.0:
  * Neovim 0.11 migration
  * feat(typos-lsp): support pyproject.toml and Cargo.toml
  * fix(docs): docgen.lua reads from lua/*.lua
  * docs: change contributing.md to new style lsp config
  * feat(gh_actions_ls): add vim.lsp.config support
  * feat(ast_grep): Update filetypes
  * fix(gh_actions_ls): add workspace_required
  * feat(omnisharp): add vim.lsp.config support
  * feat: sqruff
  * feat(biome): vim.lsp.config support, with workspace_required and proper root_dir
  * feat(zls): add vim.lsp.config support
  * fix(rust_analyzer): call on_dir callback when reusing client
  * update vim.lsp.config anchor link href
  * feat(astroJS): add vim.lsp.config support
  * fix(astro): using vim.fs.jointhpath concat path
  * feat(volar): add vim.lsp.config support
  * fix(readme): update vim.lsp.config anchor links
  * feat: emmylua_ls
  * feat: angularls
  * feat(tailwind): add vim.lsp.config support
  * feat: add PL/I support
  * feat(atlas): update doc support for atlas-rule filetype
  * feat(eslint): add vim.lsp.config support
  * ci(lint): enforce "Lsp" command name prefix
  * lint: client:exec_cmd()
  * feat(mdx_analyzer): add vim.lsp.config support
  * fix(sqls): install instructions
  * ci(lint): check @brief docstring placement
  * fix(mdx_analyzer): remove invalid field and update brief (forwarded request 1272860 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1272861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=8
2025-04-26 20:26:06 +00:00
Richard Rahl
0b71a8dc64 Accepting request 1272860 from home:rrahl0
- update to 2.1.0:
  * Neovim 0.11 migration
  * feat(typos-lsp): support pyproject.toml and Cargo.toml
  * fix(docs): docgen.lua reads from lua/*.lua
  * docs: change contributing.md to new style lsp config
  * feat(gh_actions_ls): add vim.lsp.config support
  * feat(ast_grep): Update filetypes
  * fix(gh_actions_ls): add workspace_required
  * feat(omnisharp): add vim.lsp.config support
  * feat: sqruff
  * feat(biome): vim.lsp.config support, with workspace_required and proper root_dir
  * feat(zls): add vim.lsp.config support
  * fix(rust_analyzer): call on_dir callback when reusing client
  * update vim.lsp.config anchor link href
  * feat(astroJS): add vim.lsp.config support
  * fix(astro): using vim.fs.jointhpath concat path
  * feat(volar): add vim.lsp.config support
  * fix(readme): update vim.lsp.config anchor links
  * feat: emmylua_ls
  * feat: angularls
  * feat(tailwind): add vim.lsp.config support
  * feat: add PL/I support
  * feat(atlas): update doc support for atlas-rule filetype
  * feat(eslint): add vim.lsp.config support
  * ci(lint): enforce "Lsp" command name prefix
  * lint: client:exec_cmd()
  * feat(mdx_analyzer): add vim.lsp.config support
  * fix(sqls): install instructions
  * ci(lint): check @brief docstring placement
  * fix(mdx_analyzer): remove invalid field and update brief

OBS-URL: https://build.opensuse.org/request/show/1272860
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=15
2025-04-26 16:36:15 +00:00
92e322087a Accepting request 1268909 from editors
- update to 2.0.0:
  * feat: require Nvim 0.10+
  * refactor: deprecate util functions
  * refactor: deprecate util.get_lsp_clients
  * refactor: deprecate add_hook_before/after
  * docs: cleanup
  * refactor: deprecate get_active_client_by_name
  * feat: rpmspec
  * feat(bqls): Add bqls support
  * fix(openedge_ls): Update configuration
  * feat(tinymist): implement simple workspace commands
  * stylelint config update
  * refactor: replace all instances of vim.loop with vim.uv (forwarded request 1268908 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1268909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=7
2025-04-14 10:58:00 +00:00
Richard Rahl
2bbc4d47f8 Accepting request 1268908 from home:rrahl0
- update to 2.0.0:
  * feat: require Nvim 0.10+
  * refactor: deprecate util functions
  * refactor: deprecate util.get_lsp_clients
  * refactor: deprecate add_hook_before/after
  * docs: cleanup
  * refactor: deprecate get_active_client_by_name
  * feat: rpmspec
  * feat(bqls): Add bqls support
  * fix(openedge_ls): Update configuration
  * feat(tinymist): implement simple workspace commands
  * stylelint config update
  * refactor: replace all instances of vim.loop with vim.uv

OBS-URL: https://build.opensuse.org/request/show/1268908
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=13
2025-04-13 01:00:55 +00:00
14bcd93d15 Accepting request 1267417 from editors
- update to 1.8.0:
  * fix!: remove lua as root marker
  * fix(rust_analyzer): fix broken rust analyzer link
  * fix(sourcekit): use textDocument/diagnostic over publishDiagnostics
  * refactor(docgen): use vim.text.indent()
  * fix(docgen): root_dir doc shows paths from CI env
  * Update bacon_ls.lua to reflect new configuration
  * chore(bazelrc_lsp): Invoke lsp subcommand explicitly
  * fix(postgresql_lsp): update command to use lsp-proxy argument
  * gleam: fix broken installation description
  * feat: add systemd-language-server
  * fix: rename systemd-language-server to systemd_ls
  * Chore and doc tweaks to QML-related LSPs
  * feat: muon
  * fix(tailwindcss): improved tailwindcss detection
  * fix(ltex_plus): add latex to enabled settings
  * feat: postgrestools
  * fix(biome): improved biomejs detection
  * fix(golangci-lint): fix typo in commang argument
  * feat: alias :LspInfo to :checkhealth vim.lsp
  * feat: vectorcode-server
  * fix(golangci-lint): disable stats in json output
  * fix: ":checkhealth lspconfig" fails on Nvim 0.11
  * fix(postgres_lsp): re-enable single file support
  * Update wgsl-analyzer docs to correct install instructions
  * fix(sourcekit): URL & add dynamic reg. for didChangeWatchedFiles
  * fix(docgen): regenerate configs.txt with correct :help format
  * fix(docgen): :help (vimdoc) format
  * feat(ada_ls): update documentation and support alire.toml files
  * fix(tblgen): find tablegen_compile_commands.yml (forwarded request 1267416 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1267417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=6
2025-04-07 16:41:27 +00:00
Richard Rahl
faba598bcf Accepting request 1267416 from home:rrahl0
- update to 1.8.0:
  * fix!: remove lua as root marker
  * fix(rust_analyzer): fix broken rust analyzer link
  * fix(sourcekit): use textDocument/diagnostic over publishDiagnostics
  * refactor(docgen): use vim.text.indent()
  * fix(docgen): root_dir doc shows paths from CI env
  * Update bacon_ls.lua to reflect new configuration
  * chore(bazelrc_lsp): Invoke lsp subcommand explicitly
  * fix(postgresql_lsp): update command to use lsp-proxy argument
  * gleam: fix broken installation description
  * feat: add systemd-language-server
  * fix: rename systemd-language-server to systemd_ls
  * Chore and doc tweaks to QML-related LSPs
  * feat: muon
  * fix(tailwindcss): improved tailwindcss detection
  * fix(ltex_plus): add latex to enabled settings
  * feat: postgrestools
  * fix(biome): improved biomejs detection
  * fix(golangci-lint): fix typo in commang argument
  * feat: alias :LspInfo to :checkhealth vim.lsp
  * feat: vectorcode-server
  * fix(golangci-lint): disable stats in json output
  * fix: ":checkhealth lspconfig" fails on Nvim 0.11
  * fix(postgres_lsp): re-enable single file support
  * Update wgsl-analyzer docs to correct install instructions
  * fix(sourcekit): URL & add dynamic reg. for didChangeWatchedFiles
  * fix(docgen): regenerate configs.txt with correct :help format
  * fix(docgen): :help (vimdoc) format
  * feat(ada_ls): update documentation and support alire.toml files
  * fix(tblgen): find tablegen_compile_commands.yml

OBS-URL: https://build.opensuse.org/request/show/1267416
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=11
2025-04-06 15:27:14 +00:00
702c69d1aa Accepting request 1247963 from editors
- update to 1.7.0:
  * docs: fix broken documentation link in rust_analyzer config
  * feat(harper-ls): added new languages and updated links
  * feat: dts-lsp
  * fix(health.lua): increased version check cmd timeout
  * feat: add wasm-language-tools
  * docs: don't skip VIMRUNTIME in lua lsp if ~/.config/nvim/.luarc.json exists
  * docs(atlas): add treesitter instructions
  * feat(oxc_language_server): add OxcFixAll command
  * fix(angularls): trim leading characters from version
  * fix(nushell): root_dir should avoid returning nil
  * docs: heading levels for veridian fixed
  * feat(r_language_server): add quarto filetype
  * fix(lua_ls): return longest root path
  * Add config for turbo-language-server
  * feat: add air lsp (forwarded request 1247962 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1247963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=5
2025-02-24 14:48:49 +00:00
Richard Rahl
7c70a4c786 Accepting request 1247962 from home:rrahl0
- update to 1.7.0:
  * docs: fix broken documentation link in rust_analyzer config
  * feat(harper-ls): added new languages and updated links
  * feat: dts-lsp
  * fix(health.lua): increased version check cmd timeout
  * feat: add wasm-language-tools
  * docs: don't skip VIMRUNTIME in lua lsp if ~/.config/nvim/.luarc.json exists
  * docs(atlas): add treesitter instructions
  * feat(oxc_language_server): add OxcFixAll command
  * fix(angularls): trim leading characters from version
  * fix(nushell): root_dir should avoid returning nil
  * docs: heading levels for veridian fixed
  * feat(r_language_server): add quarto filetype
  * fix(lua_ls): return longest root path
  * Add config for turbo-language-server
  * feat: add air lsp

OBS-URL: https://build.opensuse.org/request/show/1247962
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=9
2025-02-24 02:04:02 +00:00
03365a17b7 Accepting request 1246451 from editors
- update to 1.6.0:
  * revert: "refactor!: make available_servers function private"
  * fix(angularls): set Angular core version for backwards compatibility
  * fix(angularls): handle nil while checking angular core version
- update to 1.5.0:
  * fix(gh_actions_ls): Fix incorrect rootdir resolution
  * fix: remove validation from configs.lua
  * fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP
  * feat: oxc-language-server
- update to 1.4.0:
  * fix(powershell_es): add root pattern
  * fix(clojure_lsp): adds single_file_support for clojure
  * Feat: add lua 3rd party language servers
  * feat: gh-actions-language-server
  * feat(gh_actions_ls): use root_dir to decide whether to attach
  * feat: add typst to the list of languages harper supports
  * feat: Alloy language server
  * Improve alloy_ls docs
  * feat(asm_lsp): add NASM config support and single_file support
  * refactor: comment util.path.is_descendant to prepare deperecation in future
  * refactor!: make available_servers function private
  * docs: Use a maintained fork for kubernetes-json-schema in the example
  * build: add -q flag to luacheck
  * build: remove docgen.sh
  * refactor: silence luals warnings
  * docs: fix typo
  * fix: fix incorrect root finding (forwarded request 1246447 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1246451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=4
2025-02-17 19:58:05 +00:00
Richard Rahl
270a855492 Accepting request 1246447 from home:rrahl0
- update to 1.6.0:
  * revert: "refactor!: make available_servers function private"
  * fix(angularls): set Angular core version for backwards compatibility
  * fix(angularls): handle nil while checking angular core version
- update to 1.5.0:
  * fix(gh_actions_ls): Fix incorrect rootdir resolution
  * fix: remove validation from configs.lua
  * fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP
  * feat: oxc-language-server
- update to 1.4.0:
  * fix(powershell_es): add root pattern
  * fix(clojure_lsp): adds single_file_support for clojure
  * Feat: add lua 3rd party language servers
  * feat: gh-actions-language-server
  * feat(gh_actions_ls): use root_dir to decide whether to attach
  * feat: add typst to the list of languages harper supports
  * feat: Alloy language server
  * Improve alloy_ls docs
  * feat(asm_lsp): add NASM config support and single_file support
  * refactor: comment util.path.is_descendant to prepare deperecation in future
  * refactor!: make available_servers function private
  * docs: Use a maintained fork for kubernetes-json-schema in the example
  * build: add -q flag to luacheck
  * build: remove docgen.sh
  * refactor: silence luals warnings
  * docs: fix typo
  * fix: fix incorrect root finding

OBS-URL: https://build.opensuse.org/request/show/1246447
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=7
2025-02-17 14:06:19 +00:00
e7c37c4e24 Accepting request 1235078 from editors
- update to 1.3.0:
  * refactor: deprecate util.path.join
  * refactor: deprecate util.path.path_separator
  * refactor: silence luals warnings
  * refactor: deprecate util.path.iterate_parents
  * feat: add server configuration for autohotkey_lsp (init)
  * refactor!: remove public interface of util.path.traverse_parents
  * fix(mdx-analyzer): Duplicate node_modules folder causing errors, and
    filetypes option
  * fix: add build.gradle.kts for java language server
  * feat: cue language server
  * feat(ccls): add CclsSwitchSourceHeader
  * fix(ccls): typo on request method
  * refactor(clangd): imporve switchsourceheader handler
  * fix(clangd): fix switchSourceHeader detection
  * docs(ruby_lsp): Remove instructions for adding ruby-lsp to Gemfile
  * feat: Update Harper's Supported Languages
  * feat: atlas language server
  * fix(msbuild): more root patterns (forwarded request 1235077 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1235078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=3
2025-01-07 19:51:30 +00:00
Richard Rahl
64daa8ffcb Accepting request 1235077 from home:rrahl0
- update to 1.3.0:
  * refactor: deprecate util.path.join
  * refactor: deprecate util.path.path_separator
  * refactor: silence luals warnings
  * refactor: deprecate util.path.iterate_parents
  * feat: add server configuration for autohotkey_lsp (init)
  * refactor!: remove public interface of util.path.traverse_parents
  * fix(mdx-analyzer): Duplicate node_modules folder causing errors, and
    filetypes option
  * fix: add build.gradle.kts for java language server
  * feat: cue language server
  * feat(ccls): add CclsSwitchSourceHeader
  * fix(ccls): typo on request method
  * refactor(clangd): imporve switchsourceheader handler
  * fix(clangd): fix switchSourceHeader detection
  * docs(ruby_lsp): Remove instructions for adding ruby-lsp to Gemfile
  * feat: Update Harper's Supported Languages
  * feat: atlas language server
  * fix(msbuild): more root patterns

OBS-URL: https://build.opensuse.org/request/show/1235077
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=5
2025-01-05 21:49:51 +00:00
6d88d620de Accepting request 1233965 from editors
- update to 1.2.0:
  * refactor: deprecate util.find_package_json_ancestor
  * Fix for vim.fs.find regression not returning parent directory
  * refactor: deprecate util.find_git_ancestor
  * refactor!: remove util.path.escape_wildcards
  * refactor!: remove util.path.is_absolute
  * fix ruff and ruff_lsp returning a function from root pattern
  * feat(msbuild): config instruction for filetypes
  * refactor: fix luals warnings (forwarded request 1233962 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1233965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=2
2025-01-01 22:07:25 +00:00
Richard Rahl
f908c5d0ab Accepting request 1233962 from home:rrahl0
- update to 1.2.0:
  * refactor: deprecate util.find_package_json_ancestor
  * Fix for vim.fs.find regression not returning parent directory
  * refactor: deprecate util.find_git_ancestor
  * refactor!: remove util.path.escape_wildcards
  * refactor!: remove util.path.is_absolute
  * fix ruff and ruff_lsp returning a function from root pattern
  * feat(msbuild): config instruction for filetypes
  * refactor: fix luals warnings

OBS-URL: https://build.opensuse.org/request/show/1233962
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=3
2024-12-30 22:40:52 +00:00
93d0c77612 Accepting request 1233160 from editors
OBS-URL: https://build.opensuse.org/request/show/1233160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvim-lspconfig?expand=0&rev=1
2024-12-24 15:26:08 +00:00
dc5de246fb Accepting request 1231177 from home:rrahl0
OBS-URL: https://build.opensuse.org/request/show/1231177
OBS-URL: https://build.opensuse.org/package/show/editors/nvim-lspconfig?expand=0&rev=1
2024-12-15 17:27:00 +00:00