Skip to content

Latest commit

 

History

History
891 lines (649 loc) · 111 KB

CHANGELOG.md

File metadata and controls

891 lines (649 loc) · 111 KB

Changelog

8.1.1 (2024-04-25)

Bug Fixes

  • pack: update typescript-all-in-one disable typescript-tools to denols (#876) (4bccd65)
  • typst: added missing command to typst-preview.nvim (#913) (83cb7e6)

8.1.0 (2024-04-25)

Features

  • completion: Add vim-tabby (#904) (93b0b67)
  • completion: added fitten (#905) (41f7a6a)
  • cpp: Add <Leader>lw keymap to switch between source and header (#900) (9371f0c)
  • editing-support: add multiple-cursors.nvim (#911) (0a9b35e)
  • media: add cord.nvim (#896) (c211cc5)
  • motion: add nvim-tree-pairs (ca3dafc)
  • motion: Added harp.nvim plugin (#910) (e7f1e11)
  • note-taking: Add venn-nvim (#901) (6bb14a2)
  • pack: added rainbow-delimiter.nvim integration for indent-blankline.nvim (#899) (2bf7cfa)
  • sql: add sqls.nvim plugin for sqls LSP extensions (91e6578)
  • typst: added typst-preview.nvim plugin support (#907) (1ad2d81)

Bug Fixes

  • blame-nvim: adjust to the new rewrite (#892) (8fd4f99)
  • dial-nvim: remove unnecessary keys table (ea92faa)
  • fish: none-ls opts.sources not being created if it doesn't exist (#893) (13b816d)
  • java: use jdtls for formatting instead of clang-format (#888) (70754e5)
  • leap-nvim: only set recommended mappings from leap.nvim (90614b9)
  • neogen: keymap for type-aware automatic comment generation (#889) (f70a57d)
  • sql: drop sqlfluff as sqls supports formatting (#890) (738444a)
  • tailwindcss: add root_dir detection to tailwindcss pack (#912) (364a595)
  • vue: disable volar hybrid mode by default (37e6d23)

8.0.0 (2024-04-15)

⚠ BREAKING CHANGES

  • rest-nvim: update to rest.nvim v2 (#877)
  • colorscheme: Fix issue in package having the wrong name (#848)
  • yanky-nvim: change conflicting mapping <Leader>p<Leader>fy (#831)

Features

  • blame-nvim: add binding to toggle git blame (#866) (a69a79e)
  • color: add nvim-highlight-colors (f2d802f)
  • diagnostics: Add error-lens.nvim (#852) (9543573)
  • editing-support: add mini-operators plugin (#857) (37d6048)
  • editing-support: add nvim-context-vt (#858) (bfd2058)
  • editing-support: add nvim-treesitter-context (#859) (deeb4e9)
  • editing-support: add undotree (53b9ed7)
  • editing-support: add undotree plugin (#863) (53b9ed7)
  • image-nvim: use luarocks.nvim for "magick" rock (#835) (6a58f1d)
  • keybinding: add nvcheatsheet.nvim (#861) (4da8d06)
  • lsp: add actions-preview.nvim plugin (#855) (3f64ba3)
  • media: add codesnap.nvim (#828) (875ebcb)
  • nvim-devdocs: bundled js/node docs for typescript files (#834) (ade3c18)
  • pack: add elixir/phoenix pack (#821) (4a80be4)
  • recipes: add neo-tree dark theme recipe (#860) (2c908d2)
  • refactoring-nvim: add heading binding (#865) (d87f6a1)
  • remote-development: add nvim-sftp-sync (86a86a6)
  • startup: add mini-starter plugin (#836) (5da6e0a)
  • trouble-nvim: add mappings for todo-comments.nvim (#879) (69cfa52)
  • ts-error-translator-nvim: astro and svelte support added (b1e5f08)
  • ts-error-translator-nvim: svelte and astro support added (#827) (b1e5f08)
  • vscode-icons: add more and update lspkind icons (#851) (dedf12e)

Bug Fixes

  • Align the blame window properly when using heirline (eee1a14)
  • blame-nvim: Align the git blame window properly when using heirline (#864) (eee1a14)
  • blame-nvim: make sure buffer is valid before checking filetype (c6c5991)
  • cloak-nvim: Fix event (#885) (6e4d2e2)
  • colorscheme: Fix issue in package having the wrong name (#848) (1622ae5)
  • coq_nvim: Disable all cmp plugins (#843) (9572bea)
  • coq-nvim: Disable all cmp plugins (9572bea)
  • debugpy: incorrect path for windows debugpy (1d41ad0)
  • deprecated function (5c7db4a)
  • dial-nvim: lazify dial-nvim, add month / weekday crementing (#881) (da97c99)
  • editing-support: make sure cloak is loaded if nvim loads a file directly (6e4d2e2)
  • harpoon: deprecated function in configuration (#870) (5c7db4a)
  • lsp_lines-nvim: change virtual_text option to astrocore (#826) (7f95c2e)
  • markmap-nvim: Fix issue with pack due to wrongly named null-ls package, and load on md file (#886) (1f6c37d)
  • mason-tool-installer-nvim: Update mappings function for mason-null-ls (a692178)
  • mason-tool-installer-nvim: Use mappings function for null-ls names (#841) (a692178)
  • mini-completion: Disable all cmp plugins (#842) (4116515)
  • mini-move: properly load opts when building keys lazy loading (bb88a06)
  • mini-surround: properly load opts when building keys lazy loading (4d2ee01)
  • nix: Fix wrong lsp in nix pack. (#882) (c009f66)
  • nordic-nvim: spec accidentally used load rather than setup (14647de)
  • nvim-sftp-sync: remove lazy loading to play nicer with :UpdateRemotePlugins (53a2ce5)
  • nvim-toggler: fix default binding (f2ddc4d)
  • obsidian-nvim: Make follow_url_func a function and pass url as a param (#871) (546e9dc)
  • python: incorrect path for windows debugpy (#862) (1d41ad0)
  • rest-nvim: update to rest.nvim v2 (#877) (f1456b7)
  • vim-highlighter: fix incorrect mapping format (425fe07)
  • yanky-nvim: change conflicting mapping &lt;Leader&gt;p<Leader>fy (8eda9d9)
  • yanky-nvim: change conflicting mapping &lt;Leader&gt;p<Leader>fy (#831) (8eda9d9)

Performance Improvements

7.0.0 (2024-04-01)

⚠ BREAKING CHANGES

  • neorg: fix breaking change in v8.0.0 (#813)

Features

Bug Fixes

  • java: clang_format renamed to clang-format in conform (f87424b)
  • neorg: fix breaking change in v8.0.0 (#813) (34a09c9)

6.0.1 (2024-03-25)

Bug Fixes

  • neorg: restrict to version 7 (f219659)

6.0.0 (2024-03-19)

⚠ BREAKING CHANGES

  • grapple-nvim: update to Grapple v0.10.0 (#779)
  • harpoon: Update to v2 (#741)

Features

Bug Fixes

  • bash: fix duplicate diagnostics in bash pack (#804) (570a524)
  • grapple-nvim: better keymaps + add nvim-web-devicons as a lazy dependency (c730a7e)
  • grapple-nvim: update to Grapple v0.10.0 (#779) (30e8aae)
  • grapple: update after rewrite (30e8aae)
  • markdown-preview-nvim: yarn istead of npm (#770) (f6a07ff)
  • pack: fix duplicate diagnostics in bash pack (570a524)

5.5.0 (2024-02-07)

Features

Bug Fixes

  • angular: use built-in treesitter (8157924)
  • diffview-nvim: use diffview winbar and disable view activation (#752) (a953b0d)

5.4.0 (2024-01-28)

Features

Bug Fixes

  • harpoon: change word terminal to term (#725) (7351bf0)
  • nvim-coverage: Call nvim-coverage's setup (#726) (2a9f741)
  • nvim-coverage: updated old keyword (#723) (3304429)

5.3.0 (2024-01-12)

Features

  • docker: Add filetype handling to pack to make lsp attach (8e964d3)
  • docker: Handle docker-compose.yaml filetype to make lsp attach (#715) (8e964d3)
  • main: Add type hints to all opts usage for catppuccin/nvim. Catch bug in opts usage for catppuccin (#695) (3c0d274)

Bug Fixes

  • dial-nvim: remove expr = true from mappings and return from functions (#710) (58c28a7)
  • rainbow-delimiters-nvim: event loading (#707) (074c182)
  • typescript: don't overwrite neo-tree events (#717) (02d2f98)

5.2.0 (2024-01-03)

Features

Bug Fixes

Performance Improvements

  • python: Lazy load venv-selector on command (#686) (31c22b5)

5.1.0 (2023-12-15)

Features

  • add thrift (2ffcf86)
  • cpp: Remove clang-format due to clang-format also providing formatting (aeff33f)
  • cpp: Remove clang-format due to clangd also providing formatting (#619) (aeff33f)
  • editing-support: add stickybuf.nvim (#616) (bfd28ec)
  • editing-support: add wildfire.nvim (#640) (ea765aa)
  • git: Add gist-nvim (#668) (6633200)
  • git: Add gitlinker-nvim (#667) (def419e)
  • haskell: add neotest-haskell, haskell-snippets, and optional telescope-hoogle to pack (1df076d)
  • haskell: add neotest-haskell, haskell-snippets, telescope-hoogle to pack (#658) (1df076d)
  • lsp: Add garbage-day.nvim (#632) (86cd4fc)
  • note-taking: add support for zettelkasten with zk-nvim (#654) (22b24e7)
  • pack: add elm language pack (#653) (2f04d6e)
  • pack: Add pack for justfiles (#680) (bdd2f6d)
  • pack: Add swift pack (#606) (0ac1d37)
  • pack: add thrift pack (#620) (2ffcf86)
  • pack: Add typst pack (#684) (43f5a02)
  • programming-language-support: Add xbase (#671) (e5ddf96)
  • split-and-window: Add mini-map (454a613)
  • split-and-window: Add mini-map (#665) (454a613)
  • swift: mv to swift only support (no xcode tooling here) (#670) (cfe5e3f)
  • typescript: Add .mjs files to Prettier detection helper func (#618) (64b3c17)
  • typescript: Add jsdoc syntax highlighting to pack (#646) (3990190)
  • typescript: Add jsdoc treesitter ensured_installed table (3990190)
  • typescript: Move eslint-lsp to the proper plugin, and add autocmd to format on save (#683) (dffd674)

Bug Fixes

  • cmp-cmdline: Improve cmp-cmdline plugin spec (#660) (979a830)
  • editing-support: replace auto-save.nvim's url with its original repo (#673) (3c7cbc7)
  • helm: Fix helm pack misconfiguration (#624) (2601abe)
  • hop-nvim: Change from phaazon/hop.nvim to smoka7/hop.nvim (2dca32c)
  • hop-nvim: Change remote to maintained fork (#644) (2dca32c)
  • noice-nvim: Remove conditional, enabling noice on neovide (#623) (c7e809e)
  • octo-nvim: adjusted whichkey description mapping (#645) (164c035)
  • oil-nvim: ssh support (#614) (d4a5520)
  • pack-swift: fix LSP handler error (617bc28)
  • peek-nvim: Swap peek.nvim branch to point to origin instead of fork (#637) (6fb9aaf)
  • swift: fix LSP handler error (#655) (617bc28)
  • transparent-nvim: Made cursor line transparent (#611) (cae8e92)
  • ultimate-autopair-nvim: Fix & update ultimate-auto-pair to v0.6 config (8ea7c89)
  • ultimate-autopair-nvim: Fix breaking changes in config, and pin plugin version to 0.6 (#638) (8ea7c89)
  • xbase: Remove lsp logic from xbase, instead pointing to swift pack (7508715)
  • xbase: Remove lsp, and treesitter logic from xbase, instead pointing to swift pack (#679) (7508715)

5.0.0 (2023-10-17)

⚠ BREAKING CHANGES

  • pack: Split python pack into python and python-ruff (#603)
  • transparent-nvim: Move transparent-nvim to right folder.
  • transparent-nvim: moved to the color category (#568)

Features

  • colorscheme: add nordic (23dc5e5)
  • colorscheme: Add nordic.nvim (#595) (23dc5e5)
  • pack: java. enable niceities with jdtls and downloading source … (#524) (8284d88)
  • pack: java. enable niceities with jdtls and downloading source code from libraries (8284d88)
  • pack: Split python pack into python and python-ruff (#603) (e0615a4)
  • pack: update Zig url (#564) (877c949)
  • typescript: Swap out eslint_d with eslint-lsp (#600) (54a0988)

Bug Fixes

  • fix #596; Fix indent-blankline configuration to match the new plugin requirements (7bd974c)
  • hardtime-nvim: call enable() explicitly, remove redundant keys (#589) (d79add3)
  • haskell: make haskell-tools respect the options table (#571) (c53ccf1)
  • haskell: remove now redundant discover_configurations call (#570) (59df499)
  • indent-blankline-nvim: Fix indent-blankline-nvim configuration to match the new plugin requirements (#597) (7bd974c)
  • mini-indentscope: correctly disable indentscope in buftypes and terminals (#566) (c292208)
  • neosolarized-nvim: Add missing dependencies (#580) (fdab800)
  • peek-nvim: Swap remote of peek-nvim to fork (#602) (a63d983)
  • project: initialize projectmgr-nvim (fc631bf)
  • projectmgr-nvim: disable lazy loading (#605) (fc631bf)
  • rainbow-delimiters-nvim: fix setup function due to breaking change (#610) (5c3ce63)
  • smartcolumn-nvim: Add sensible default opts for when not to show colorcolumn (#607) (c624e8a)
  • transparent-nvim: Move transparent-nvim to right folder. (6f1a4b5)
  • transparent-nvim: moved to the color category (#568) (6f1a4b5)
  • typescript: Check for deprecated .eslintrc file (#599) (db19103)
  • vim-matchup: remove matchup_match_paren_deferred option (#561) (751812a)

4.1.0 (2023-09-06)

Features

Bug Fixes

  • hardtime-nvim: disable hardtime-nvim on dressing-nvim fts (#549) (177f8f4)
  • haskell: Update haskell-tools.nvim to v2.0.0 (#553) (ffca0d7)
  • python: Adds Imports Sorting with isort to the Python Pack (#551) (2fe93b3)
  • yanky-nvim: Fix yanky.nvim loading when restoring session (#555) (e35186e)
  • zen-mode-nvim: disable global winbar upon entering zen mode (#554) (bb52899)

4.0.0 (2023-08-30)

⚠ BREAKING CHANGES

  • colorscheme: removed onigiri-nvim colorscheme due to deletion (#536)

Features

  • colorscheme: removed onigiri-nvim colorscheme due to deletion (#536) (6ad36ac)
  • editing-support: added nvim-devdocs plugin (#547) (f9ef240)
  • pack: Add cue language pack (#531) (17feb7e)

Bug Fixes

  • dropbar-nvim: all lines move down during startup (d7c7868)
  • dropbar-nvim: Fix visual flicking bug caused by loading event trigger (#539) (d7c7868)
  • hardtime-nvim: disable hardtime-nvim on neo-tree-popup (#533) (a1206a4)
  • mini-indentscope: exclude special buftypes (#546) (f4e981a)
  • mini-indentscope: ignore more filetypes (#538) (10c95c8)
  • obsidian-nvim: remove annoying notification about "gf" mapping (#541) (e50eef7)

Performance Improvements

3.6.0 (2023-08-22)

Features

Bug Fixes

  • bufferline-nvim: fix neo-tree offset (#526) (0a1a77c)
  • noice-nvim: detect inc_rename and enable (#519) (4b951a3)
  • openingh-nvim: more precise lazy loading with "cmd" and "keys" (#527) (4225f20)
  • refactoring-nvim: lazy load on Refactor cmd (#525) (89fe0d7)
  • typescript: Requires should be dependencies (#523) (e7c99c6)

3.5.0 (2023-08-10)

Features

  • cpp: only load clangd_extensions when clangd attaches (#516) (ba3ea51)

Bug Fixes

  • ansible: use public API for getting buffer lines (#514) (3cda952)
  • auto-save-nvim: disable format on save when auto saving (#511) (ee65d95)
  • cpp: update clangd_extensions plugin to new setup process (#513) (3712618)
  • rust: Lazy load crates.nvim on BufRead Cargo.toml event (#515) (cdd62c6)

3.4.0 (2023-08-06)

Features

  • editing-support: add yanky.nvim (#486) (299fe33)
  • pack: Add Scala language pack (#501) (b98fde2)
  • pack: Adding helm pack (#496) (f8fbe84)
  • pack: enable hot reloading in java and show java lsp progress (#504) (fbf40f4)
  • programming-language-support: Add dooku.nvim (#503) (6deb350)
  • zen-mode-nvim: add integration with vim-matchup if enabled (#485) (4671c39)

Bug Fixes

  • go: Add extra treesitter languages for Go (#495) (7d7f82a)
  • multicursors-nvim: support MCstart in visual mode (#492) (d5822bb)
  • neogit: move check into code rather than docs (#494) (e365cdf)
  • refactoring-nvim: add select mode to mappings. remove conflicting (#499) (c59b7a7)

Reverts

  • use &lt;C-j&gt; for copilot acceptance (#507) (213ddc3)

3.3.0 (2023-07-23)

Features

  • catppuccin: enable catppuccin integrations automatically (#457) (5ffae06)
  • color: add mini-hipatterns (#453) (881847d)
  • debugging: add nvim-dap-repl-highlights (#454) (2c8ecc9)
  • editing-support: add nvim-neoclip plugin (#450) (4ebda64)
  • editing-support: add treesitter endwise (#466) (95a580d)
  • fuzzy-finder: add telescope-zoxide (#452) (5975749)
  • lsp: add ray-x/lsp_signature.nvim (#470) (e1ccbdc)
  • neogit: enable neogit integrations if they are available (#456) (3102b7c)
  • php: Add php-cs-fixer as formatter for php (#476) (81d63af)
  • typescript: Add support for dap for JS (#475) (9bd1e3e)
  • vim-matchup: improve offscreen popup style (#474) (d571aa8)

Bug Fixes

  • catppuccin: add recommended telescope config (#471) (bcb8296)
  • catppuccin: enable alpha.nvim by default (#459) (23dce80)
  • chatgpt-nvim: typo in dependencies key (#461) (ae0c6b6)
  • mini-indentscope: ignore more filetypes (#458) (946c4e3)
  • nvim-toggler: add lazy load on keys (#464) (c343448)
  • portal-nvim: lazy load on cmd (#469) (ca6991a)
  • scope-nvim: Register extension with Telescope (#467) (79ad146)

3.2.0 (2023-07-16)

Features

  • bars-and-lines: Add vim-illuminate (#436) (#443) (0ba344b)
  • code-runner: Add executor.nvim (#388) (a67d356)
  • colorscheme: Add fluormachine.nvim (#390) (696c913)
  • colorscheme: add helix-nvim (#373) (11a043b)
  • colorscheme: add melange colorscheme plugin (952529a)
  • colorscheme: add melange plugin (#371) (952529a)
  • completion: Add cmp-cmdline (#383) (80a781b)
  • debugging: add nvim-dap-virtual-text (#387) (1635373)
  • debugging: add telescope dap extension (#377) (ccf4487)
  • editing-support: Add comment-box.nvim (#392) (57e7022)
  • editing-support: add hypersonic.nvim (#389) (04aa7e0)
  • editing-support: add multicursors.nvim plugin (#379) (19e0bb4)
  • editing-support: add rainbow-delimiters.nvim (#365) (b7805a7)
  • editing-support: Add telescope-undo.nvim (#400) (bc8c98e)
  • git: Add diffview.nvim (#428) (b44513b)
  • godot: add godot language pack (#429) (c8a6bdd)
  • grapple-nvim: change grapple icon from arrow to hook to distinguish from harpoon (#418) (b93f8a8)
  • lsp_lines-nvim: disable virtual text and add &lt;leader&gt;uD mapping (#411) (4de6948)
  • minimap-vim: add more disabled filetypes and add &lt;leader&gt;um mapping (#444) (c8a0eb3)
  • motion: add marks.nvim improve nvim mark function (#445) (1fddb01)
  • pack: add full-dadbod plugin pack (#368) (c603039)
  • pack: add kotlin language pack (#366) (f43c76d)
  • pack: add PowerShell language pack (#360) (4564f0d)
  • pack: Add quarto language pack (#426) (542dfe4)
  • pack: add wgsl pack (#415) (febbbad)
  • programming-language-support: Add csv-vim (#385) (1a08d9d)
  • programming-language-support: add nvim-jqx (#386) (c297a25)
  • programming-language-support: Add support for rest-nvim (#384) (74393f5)
  • programming-language-support: Add web-tools.nvim (#391) (a88cb8f)
  • project: add ProjectMgr plugin (#372) (dca1596)
  • remote-development: Add distant.nvim (#421) (6565de5)
  • remote-development: Add netman.nvim (#420) (b73f3a4)
  • search: Add nvim-hlslens (#402) (8440674)
  • search: Add sad.nvim (#427) (f3ed869)
  • split-and-window: Add minimap.vim (#425) (ef4563e)
  • split-and-window: Add windows.nvim (#393) (7684864)
  • telescope-undo-nvim: add &lt;leader&gt;fu keybind (#408) (360d42b)
  • utility: Add nvim-toggler (#375) (82f1402)
  • utility: Add telescope-fzy-native.nvim (#398) (529284e)
  • utility: Add telescope-live-grep-args.nvim (#397) (903d318)
  • vimtex: add which-key mapping descriptions (#394) (a49863d)
  • workflow: Add bad-practices.nvim (#399) (168a450)

Bug Fixes

  • add deprecation notices to relevant AstroCommunity entries (052923f)
  • colorscheme: formatting (952529a)
  • comment-box-nvim: Load on User AstroFile event (#447) (a6e0fca)
  • disable lua_ls formatting with Neoconf (c655744)
  • full-dadbod: various dadbod spec fixes (91f2910)
  • grapple-nvim: Make which-key entry color blue, as it should be (#414) (3dbdce3)
  • harpoon: Make which-key entry color blue, as it should be (#376) (8f829a3)
  • haxe: fix treesitter detection for haxe (#422) (19218ff)
  • leap-nvim: duplicate cursor when leaping (#407) (45ae8f9)
  • Make which-key entry color blue, as it should be (#424) (aea716a)
  • mini-indentscope: add undotree to list of ignored filetypes (#433) (c35517c)
  • mini-indentscope: ignore more filetypes (#442) (dc7ea3b)
  • mini-surround: load on User AstroFile event (#448) (e9244d8)
  • mini-surround: use keys to lazy load instead (#449) (959d180)
  • multicursors-nvim: add missing dependency (30de2c7)
  • neoconf-nvim: add deprecation notice to Neoconf as it was added upstream (8bce2fb)
  • neogit: Need to setup neogit before it runs (#441) (60b95d3)
  • neotest: add neodev integration (#437) (5e49293)
  • neotest: fix opts usage in plugin spec (1e63a40)
  • neotest: Fix bug in neotest by checking for existing library key table (#440) (86640cc)
  • nvim-hlslens: add lazy event (#409) (3d8e13b)
  • nvim-spectre: Make which-key entry color blue (#413) (f72c5cc)
  • nvim-spectre: Make which-key entry color blue and add icon (f72c5cc)
  • obsidian-nvim: added obsidian.nvim config and changed the readme (#378) (3234929)
  • octo-nvim: which-key description and color for nested entries (#419) (556e253)
  • python: added debugpy path auto-resolution using mason-registry (#367) (7133cbd)
  • quarto: Fix bugs in quarto pack (#438) (5a54e6c)
  • rainbow-delimiters: add support for configuration through opts table (f65c95b)
  • refactoring-nvim: improve lazy loading (#382) (e26c734)
  • telescope-dap-nvim: rewrite plugin spec (#401) (cf22cfd)
  • telescope-undo-nvim: fix repo url (1558c59)
  • trouble-nvim: Make which-key entry color blue, as it should be (#416) (6ae1fde)
  • typescript: lazy load tsc on cmd (#381) (9ae7e67)
  • zen-mode-nvim: disable mini.indentscope if enabled (#434) (b3561a0)
  • zen-mode-nvim: disable/enable winbar when entering/exiting zen mode (#363) (899060d)
  • zen-mode-nvim: ensure winbar stays disabled and restore old mini.indentscope options (#439) (6bc9421)

Performance Improvements

  • python: make sure mason-nvim-dap doesn't set up python debuggers (#369) (eff0d7f)

3.1.1 (2023-07-03)

Bug Fixes

  • ccc-nvim: fix auto starting of highlighter (#356) (726df9e)
  • ccc-nvim: incorrect mapping (#359) (c5a0d0b)
  • chatgpt-nvim: fix entire ChatGPT spec (#361) (94a146f)
  • neogit: Use the new repository for neogit (#355) (8b2a8fe)

3.1.0 (2023-07-02)

Features

  • add astro filetype to eslint_d handler in typescript pack (#319) (fa131c2)
  • add python debug with arguments (#315) (35f028a)
  • add vim-move plugin (1bd4ad0)
  • add vim-smoothie plugin (#324) (2a46002)
  • change olexsmir/gopher.nvim to ray-x/go.nvim (#325) (435acc3)
  • color: add default nvim command of ccc-nvim. (#339) (724a0fd)
  • editing-support: Add chatGPT.nvim (#352) (023e840)
  • editing-support: add ultimate-autopair.nvim (#314) (73a537c)
  • editing-support: add vim-move plugin (#328) (1bd4ad0)
  • file-explorer: Add initial support for mini.files (#348) (0b678ea)
  • html-css: add emmet_ls to html-css supprt syntax like li * 5 (#347) (247d1f2)
  • motion: add move plugin flash nvim (#340) (86815e1)
  • pack: add c-sharp base pack (#312) (91f4c57)
  • pack: add ProtoBuf pack (#330) (bafa6dc)
  • pack: Add ruby language pack (#323) (64a1b4c)
  • pack: Adding ansible pack (#346) (fb549e4)
  • project-nvim: use a slightly more maintained version of project.nvim (#332) (d0a3fd0)
  • use a slightly more maintained version of project.nvim (d0a3fd0)

Bug Fixes

  • add space after clojure comment character (1092abc)
  • clojure: add space after clojure comment character (#335) (1092abc)
  • debugging: Load nvim-bqf on ft=qf (#326) (6520e57)
  • hardtime-nvim: config uses legacy table (#342) (450b812)
  • motion: vim-matchup - matchup_matchparen_offscreen method='popup… (#331) (840e049)
  • nvim-scrollbar: Fix issue with is_available calls (#350) (a5bb535)
  • nvim-scrollbar: Fix issue with is_available calls (#351) (d776458)
  • persistent-breakpoints.nvim lazy loading (#313) (cff4b2e)
  • ultimate-autopair-nvim: update ultimate-autopair.nvim (#333) (8b30fd6)

Reverts

  • "feat: add astro filetype to eslint_d handler in typescript pack" (#321) (53b36f9)

3.0.0 (2023-06-24)

⚠ BREAKING CHANGES

  • harpoon: fix mapping that conflicts with core mapping (#308)
  • harpoon: remove "j" keymap, make "t" keymap dynamic based on $TMUX (#292)
  • treesj: fix typo in plugin name (#293)
  • motion: separate flit.nvim from leap.nvim (#281)

Features

  • code-runner: add compiler.nvim (#298) (9324921)
  • completion: add tabnine-nvim (#291) (09113da)
  • editing-support: add suda.vim (#284) (aca1c8a)
  • harpoon: remove "j" keymap, make "t" keymap dynamic based on $TMUX (#292) (9bb0747)
  • markdown-and-latex: add peek.nvim markdown preview (#285) (600c22e)
  • motion: separate flit.nvim from leap.nvim (#281) (dcaf64c)
  • pack: add cpp base pack (#295) (8ac4492)
  • pack: add luacheck linter to lua pack (#270) (569f4f8)
  • peek: add peek markdown preview (600c22e)
  • scrolling: add neoscroll.nvim (#276) (df8e769)
  • split-and-window: add edgy.nvim (#306) (83bf8a7)
  • suda: add suda-vim.lua (aca1c8a)

Bug Fixes

  • ccc-nvim.lua: highlighter attached buffer error (#283) (029aeb7)
  • dart: fix dart pack (#289) (513cc02)
  • grapple: cycle keybind overrides default window switching keybind (#296) (40419cb)
  • gruvbox: readme on configuration (#280) (b4502e5)
  • harpoon: fix mapping that conflicts with core mapping (#308) (400e87e)
  • harpoon: typo in concatenation (#303) (901fc36)
  • pack/tailwindcss: use icon when color is not available for cmp (#297) (53cea57)
  • Remove rustywind from tailwindcss pack (#294) (bfb9f9c)
  • treesj: fix typo in plugin name (#293) (08c30f4)
  • typescript: fix filetype lazy loading key (#290) (c7d16ac)
  • typescript: fix null_ls eslint_d registration(s) (#274) (947fbf0)
  • typescript: improve eslint and prettier loading (#231) (39835ba)
  • typescript: protect against malformed or empty package.json (#307) (9bf02e1)
  • vim-sandwich: load vim-sandwich on keys and not file event (#299) (a2d5a45)

2.0.0 (2023-06-07)

⚠ BREAKING CHANGES

  • rename plugins to follow convention (#255)
  • colorscheme: rename colorshemes to guidelines (#243)

Features

  • add vim-highlighter (#233) (691fef1)
  • bars-and-lines: add dropbar.nvim (#246) (60d92e2)
  • colorscheme: add 'vscode', 'onedarkpro', 'sonokai' (#242) (a717c95)
  • colorschemes: adding mellow, juliana, neosolarized (#238) (02d0c1e)
  • debugging: add persistent-breakpoints.nvim (#267) (415befb)
  • editing-support: Add descriptions to true zen bindings (#261) (7f72b6b)
  • editing-support: add keymaps to refactoring-nvim (#264) (e438b4b)
  • editing-support: add true-zen.nvim (#223) (5356792)
  • markdown-and-latex: add markmap.nvim (#229) (49f60ac)
  • markdown-and-latex: install markmap from mason (#258) (abd7777)
  • nord-nvim: add interoperability with headlines and bufferline (048bda4)
  • pack: add html-css base pack (#260) (a6fb350)
  • pack: add selene linter to lua pack (#253) (109b127)
  • pack: adds angular pack (#254) (5745eb0)
  • pack: clojure language pack (#248) (dd38bb9)
  • resession: enable resession extension if plugin is available (#230) (8655f09)
  • satellite-nvim: add interoperability with zen-mode (cb6ad15)
  • startup: add fsplash plugin (#221) (b88a6e6)
  • workflow: add hardtime.nvim (#236) (32e14dd)

Bug Fixes

  • colorscheme: rename colorshemes to guidelines (#243) (9c1a10a)
  • disable some plugins that don't work with neovide (#237) (fe06ccf)
  • editing-support: Wrap true-zen opts in function (#226) (348e49c)
  • java: use stable file locations for JARs provided by mason.nvim (#245) (8b0428b)
  • markmap-nvim: fix issues with markmap.nvim plugin (ef8eee3)
  • neovide: noice and mini.animate is not compatible with neovide (fe06ccf)
  • opts could be null. use astronvim.conditional_func (7f8374b)
  • pack: java pack dependecy on mason-lspconfig (#265) (4886b2b)
  • pack: remove selene from Lua pack (c819d8d)
  • rename plugins to follow convention (#255) (70755f5)
  • scrolling: opts could be null. use astronvim.conditional_func (#259) (7f8374b)
  • true-zen mappings (#257) (c0d5984)

1.11.0 (2023-05-24)

Features

Bug Fixes

  • harpoon: mapping overrides default window switching keybind (#203) (51df9c1)
  • hop.nvim mappings (54cd2c9)
  • motion: hop.nvim mappings (#220) (54cd2c9)
  • pack: gracefully rust plugin if codelldb is not available (#216) (ae48403)

1.10.0 (2023-05-14)

Features

Bug Fixes

1.9.0 (2023-05-09)

Features

1.8.1 (2023-05-07)

Bug Fixes

1.8.0 (2023-05-07)

Features

1.7.0 (2023-04-30)

Features

Bug Fixes

  • Don't pull in prettierd (#159) (5c534f4)
  • note-taking: use new neorg v3 config options (#156) (4264d9c)
  • nvim-ts-rainbow2: remove hack (#162) (9fda1ed)
  • pack: make codelldb point to the right path in windows (#169) (00edc05)
  • readd <leader>O as a prefix for octo (#166) (4151730)

1.6.0 (2023-04-18)

Features

Bug Fixes

1.5.0 (2023-04-16)

Features

1.4.1 (2023-04-09)

Bug Fixes

  • ci: stable tag name is fixed and will always exist so force push to it on releases (#130) (a6f836f)

1.4.0 (2023-04-08)

Features

  • completion: improve copilot-cmp defaults (#129) (62599e1)
  • editing-support: Add text-case.nvim (#122) (78a0f36)
  • improve copilot-cmp defaults by re-enabling C-e to turn off cmp window to see hidden copilot suggestion and add C-x and C-z mappings to go to next and previous copilot suggestions (62599e1)

1.3.0 (2023-04-07)

Features

  • bars-and-lines: add bufferline plugin (724301f)
  • bars-and-lines: add feline plugin (d95a2ee)
  • bars-and-lines: add lualine plugin (f6e9f5d)
  • bars-and-lines: add statuscol plugin (c0b272d)
  • bars-and-lines: add statusline with mode text (3836d18)
  • bars-and-lines: add vs code style winbar recipe (cdc12ce)
  • color: add headlines plugin (68aebcb)
  • color: add modes.nvim plugin (92a78e4)
  • color: add twilight.nvim (#124) (c118c7c)
  • editing-support: add auto-save.nvim plugin (2f40865)
  • editing-support: add mini.splitjoin (ed5c19a)
  • editing-support: add nvim-ts-rainbow (a06a3bf)
  • editing-support: add nvim-ts-rainbow2 (cd37ef6)
  • editing-support: add todo-comments.nvim (93f89ce)
  • git: Add git-blame (#108) (c6771c0)
  • git: add neogit (#123) (512dc00)
  • indent: add indent-tools.nvim (23882e9)
  • markdown-and-latex: add vimtex (#113) (c968f91)
  • motion: add leap/flit.nvim plugins (cdc2107)
  • motion: add nvim-surround (#110) (cfcf2a9)
  • motion: add vim-matchup plugin (48d0bef)
  • note-taking: add obsidian-nvim (2a04234)
  • pack/edgedb: Add EdgeDB syntax plugin (#93) (f424f1b)
  • pack/java: add Java Language Pack (#86) (f91eb2f)
  • pack/typescript: handle neotree rename imports (cd18f64)
  • pack: add astro pack (8f1abef)
  • pack: add cmake language pack (6b9d9c0)
  • pack: add haxe language pack (6ff9989)
  • pack: add php language pack (03db218)
  • pack: add prisma language pack (#111) (3c6e863)
  • pack: add svelte language pack (9748fd5)
  • pack: add tailwindcss pack (659d949)
  • pack: add yaml language pack (74473d8)
  • pack: switch to codelldb for rust debugging (#106) (2005cf2)
  • pack: use prettierd instead of prettier (a599091)
  • project: add project.nvim (76fc3f3)
  • scrolling: add cinnamon.nvim plugin (3013c7d)
  • syntax: add hlargs.nvim (e3a7815)
  • syntax: add vim-easy-align (a5dde7a)
  • syntax: add vim-sandwich (2e9d85f)
  • terminal-integration: add flatten.nvim (e9cff3e)

Bug Fixes

  • code-runner: add missing loading commands to overseer (#77) (7443d36)
  • git: gitblame (#112) (d41f4ae)
  • indent: sentence structure (c67b24e)
  • leap: add vim-repeat to support dot-repeat (cf46b1f)
  • media: add missing pets lazy load command (194dfbd)
  • mini-ai: explicitly call setup() (4795909)
  • nvim-ts-rainbow: add autocmd to refresh on save/focus (a303ebb)
  • pack/tailwindcss: colorize for nvim-colorizer (0a400f8)
  • pack: add auto installation to haxe pack (8db899f)
  • pack: enable tailwindcss color highlighting (#99) (8f20d09)
  • pack: fix go pack (245182e)
  • pack: improve compatibility of table.unpack function (#107) (52b1da3)
  • pack: Switching python venv selector to a more robust plugin (b1c6154)
  • project: fix telescope lazy loading with project.nvim (d971045)
  • terminal-integration: fix priority of loading flatten.nvim (c1fb750)
  • terminal-integration: load flatten at startup (bb600f2)
  • toml: disable taplo in null-ls (#102) (e6bfb50)