This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
generated from AstroNvim/user_example
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- community: rainbow-delimiters-nvim replaces nvim-ts-rainbow2 plugin - core: Set notify pop-up to show from bottom to avoid clash with noice dialog boxes - community: mg979/vim-visual-multi lazy load on event = "User AstroFile" - community: higher priority & commwnts only options for todocomments
- Loading branch information
1 parent
f78cce9
commit ec77ba5
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Unreleased | ||
|
||
# 2023-07-08 | ||
## Changed | ||
- community: rainbow-delimiters-nvim replaces nvim-ts-rainbow2 plugin | ||
- core: Set notify pop-up to show from bottom to avoid clash with noice dialog boxes | ||
- community: mg979/vim-visual-multi lazy load on event = "User AstroFile" | ||
- community: higher priority & commwnts only options for todocomments | ||
|
||
|
||
# 2023-06-09 | ||
## Added | ||
* git: add local astrocommunity for testing | ||
* git: neogitorg location for neogit plugin | ||
* plugin: nvim-table-md markdown table format | ||
* lsp: disable markdown and prettier format on save | ||
* mappings: `SPC w` write to file | ||
* plugin: nvim-surround from AstroCommunity | ||
* mappings: SPC f p Telescope project | ||
* git: update openingh-nvim package name from community | ||
* readme: update project description, move file to root | ||
* community: add noice for command line popups | ||
* options: set key sequence timeout length to 420ms | ||
* community: distraction-free editing with zen-mode | ||
* community: editor support plugins | ||
* dev: add local fork of astrocommunity repo to test changes | ||
* d5f02c5 markdown: tools and config override | ||
* treesitter: additional language parsers | ||
* theme: add themes & load immediately to be selectable | ||
* community: lua language pack | ||
* community: json language pack | ||
* community: Docker language pack | ||
* community: clojure language pack | ||
* mason: ensure lsp servers, format & lint tools enabled | ||
* mapping: docs and link to nerd font cheat-sheet | ||
* core: update documentation for configuration file | ||
* core: better escape plugin, `fd` mapped to `Esc` | ||
* git: octo config and mappings | ||
* git: Octo for GitHub issues & PRs, under leader G | ||
* git: neogit plugin wth options, astrocommunity | ||
* init: set everforest as default theme | ||
* plugin: vim-visual-multi for multiple cursors | ||
* plugin: add projects support with telescope extension | ||
* plugin: add git related plugins | ||
* plugin: add todo-comments support | ||
* bindings: SPC TAB to toggle last buffer | ||
* options: set localleader | ||
* snippets: load path for vscode style snippets | ||
* treesitter: ensure clojure parser installed | ||
* clojure: conjure & parinfer plugins, aucommand for ;; comments | ||
|