Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

92 lines (62 loc) · 6.32 KB

Changelog

2.2.1 (2024-04-02)

Bug Fixes

  • fold shouldn't appear in neo-tree (770db30)

2.2.0 (2024-03-14)

Features

  • Lsp: Add Go language server support (cff1e5c)
  • lsp: Add support for Dockerfile language server (457ca88)

2.1.0 (2024-02-25)

Features

2.0.0 (2024-02-03)

⚠ BREAKING CHANGES

  • BeastVim

Features

1.0.0 (2024-02-03)

⚠ BREAKING CHANGES

  • first version

Features

  • add noice (9ca1844)
  • add black (9150c14)
  • add doc (6ee6f9b)
  • add support for php - lsp (intelephense) (1bf59cf)
  • auto set root folder on enter nvim (592e003)
  • coding: try starcoder (6a0f32c)
  • config lualine setup with two style float or basic (8b20b4b)
  • conform: use conform as default formatter (cf4562d)
  • custom UI easier by only edit colorscheme (6f4ae70)
  • don't search in these folder (59e593d)
  • don't use default lua_ls to format code (469cbcb)
  • dressing: use another telescope theme for code action (9d6a1a6)
  • first version (5577828)
  • lsp: only use pyright for completion (211c735)
  • lsp: setup python (70a9554)
  • lsp: support rust_analyzer and add inlay_hint (01df75e)
  • lsp: support python lsp (4a64025)
  • neo-tree: try to group empty dir (d2405d0)
  • search buffer (11e789e)
  • test ci (64708f4)
  • try mini.pair`` as an alternative to nvim-autopairs` (d150fb4)
  • use ChatGPT (9372028)
  • util: better way to handle borders (b5c5cf7)

Bug Fixes

  • get_highlight_value can't format boolean (59fcff8)
  • toggleterm isn't loaded if using nvim test.js (bfc7558)
  • do not load ChatGPT (5a7327f)
  • icon ufo (763542e)
  • latest nvim-cmp can't be used with codeium (efbc504)
  • lsp: this duplicate error with pyright (01d15da)
  • no comment on new line (413237a)
  • open dashboard after installing plugins (e676d7f)
  • overlap error code tsserver and eslint (b7b044f)
  • running jdtls twice (3c3ff07)
  • servers: disable hint of pyright (2d4bed4)
  • strange behavior on escape (6fc9647)
  • temporarily fix ft_ignore of statuscol (1d2198d)
  • typescript wrong mapping (975d6c9)
  • update nerd font v3 (c330556)
  • wrong mapping (ced1839)

Performance Improvements

  • increase keyword_length for java to improve performace of jdtls (b87d757)