Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 751 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

0.2.0 - 2023-04-09

Removed

  • [BREAKING] Hover support, since the builtin vim.lsp.hover kept complaining about the empty responses.

0.1.1 - 2023-04-09

Fixed

  • Replace the deprecated vim.treesitter.parse_query with vim.treesitter.query.parse.

0.1.0 - 2023-01-02

Added

  • null-ls source for routing LSP requests to a b:buffls object.
  • LSP requests routing based on Treesitter queries.
  • A special wrapper for writing buffer langauge servers for Bash.