Skip to content

v0.8.51

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 21:52
8b8b657

0.8.51 (2024-12-02)

Features

  • language/css: switch to css-ts-mode (18db915)
  • language/go: switch back to go-mode from go-ts-mode (20bfc9c)
  • language/json: switch to json-ts-mode (from json-mode) (8cb67a0)
  • language/json: switch to lua-ts-mode (from lua-mode) (1bdd231)
  • language/lua: enable lsp-mode in lua-ts-mode (ef99f6a)
  • language/php: format PHP files with prettier (fe04f68)
  • language/php: switch to php-ts-mode (c01da3c)
  • language/ruby: switch from solargraph to ruby-lsp (fac7bb0)
  • language/rust: switch to rust-ts-mode (6a07ee4)
  • language/scss: format scss-mode with prettier (c7ff9e1)
  • language/toml: switch to toml-ts-mode and enable lsp-mode as well (074ac91)
  • language/typescript: format typescript-ts-mode and tsx-ts-mode with prettier (931312e)
  • projects: add projectile switch project keybind that creates new tab-bar tab if needed (c3bc47a)
  • treesit: install grammars to custom directory (3edd8e6)
  • version-control/magic: use git-commit-ts-mode (983ccd3)

Bug Fixes

  • editor/origami: add missing major modes (9313f84)
  • language/go: ensure tree-sitter grammar correctly (0c12470)
  • language/ruby: setup inf-ruby in ruby-ts-mode (5cd13c6)
  • language/scss: prevent tree-sitter-mode from activating in scss-mode (efd3bf1)
  • language/toml: switch back to conf-toml-mode from toml-ts-mode (055cbac)
  • vendor/flycheck-erblint: add missing variable definition (def8719)
  • vendor/flycheck-erblint: fix command name (52ed1dd)

Performance Improvements

  • lsp: use plists to improve lsp-mode performance (6239738)