|
1 | 1 | # Unreleased |
| 2 | + |
2 | 3 | ## Added |
| 4 | + |
3 | 5 | - community: nvim-jqx plugin to view JSON files in neovim |
4 | 6 | - community: rest-nvim plugin to call REST endpoints from neovim |
5 | 7 | - mapping: `SPC g H` key mapping for GitSigns stage hunk (orginally mapped to `SPC g s` in AstroNvim) |
6 | 8 |
|
7 | 9 |
|
8 | 10 | # 2023-07-08 |
| 11 | + |
9 | 12 | ## Changed |
| 13 | + |
10 | 14 | - community: rainbow-delimiters-nvim replaces nvim-ts-rainbow2 plugin |
11 | 15 | - core: Set notify pop-up to show from bottom to avoid clash with noice dialog boxes |
12 | 16 | - community: mg979/vim-visual-multi lazy load on event = "User AstroFile" |
13 | 17 | - community: higher priority & commwnts only options for todocomments |
14 | 18 |
|
15 | 19 |
|
16 | 20 | # 2023-06-09 |
| 21 | + |
17 | 22 | ## Added |
18 | | -* git: add local astrocommunity for testing |
19 | | -* git: neogitorg location for neogit plugin |
20 | | -* plugin: nvim-table-md markdown table format |
21 | | -* lsp: disable markdown and prettier format on save |
22 | | -* mappings: `SPC w` write to file |
23 | | -* plugin: nvim-surround from AstroCommunity |
24 | | -* mappings: SPC f p Telescope project |
25 | | -* git: update openingh-nvim package name from community |
26 | | -* readme: update project description, move file to root |
27 | | -* community: add noice for command line popups |
28 | | -* options: set key sequence timeout length to 420ms |
29 | | -* community: distraction-free editing with zen-mode |
30 | | -* community: editor support plugins |
31 | | -* dev: add local fork of astrocommunity repo to test changes |
32 | | -* d5f02c5 markdown: tools and config override |
33 | | -* treesitter: additional language parsers |
34 | | -* theme: add themes & load immediately to be selectable |
35 | | -* community: lua language pack |
36 | | -* community: json language pack |
37 | | -* community: Docker language pack |
38 | | -* community: clojure language pack |
39 | | -* mason: ensure lsp servers, format & lint tools enabled |
40 | | -* mapping: docs and link to nerd font cheat-sheet |
41 | | -* core: update documentation for configuration file |
42 | | -* core: better escape plugin, `fd` mapped to `Esc` |
43 | | -* git: octo config and mappings |
44 | | -* git: Octo for GitHub issues & PRs, under leader G |
45 | | -* git: neogit plugin wth options, astrocommunity |
46 | | -* init: set everforest as default theme |
47 | | -* plugin: vim-visual-multi for multiple cursors |
48 | | -* plugin: add projects support with telescope extension |
49 | | -* plugin: add git related plugins |
50 | | -* plugin: add todo-comments support |
51 | | -* bindings: SPC TAB to toggle last buffer |
52 | | -* options: set localleader |
53 | | -* snippets: load path for vscode style snippets |
54 | | -* treesitter: ensure clojure parser installed |
55 | | -* clojure: conjure & parinfer plugins, aucommand for ;; comments |
| 23 | + |
| 24 | +- git: add local astrocommunity for testing |
| 25 | +- git: neogitorg location for neogit plugin |
| 26 | +- plugin: nvim-table-md markdown table format |
| 27 | +- lsp: disable markdown and prettier format on save |
| 28 | +- mappings: `SPC w` write to file |
| 29 | +- plugin: nvim-surround from AstroCommunity |
| 30 | +- mappings: SPC f p Telescope project |
| 31 | +- git: update openingh-nvim package name from community |
| 32 | +- readme: update project description, move file to root |
| 33 | +- community: add noice for command line popups |
| 34 | +- options: set key sequence timeout length to 420ms |
| 35 | +- community: distraction-free editing with zen-mode |
| 36 | +- community: editor support plugins |
| 37 | +- dev: add local fork of astrocommunity repo to test changes |
| 38 | +- d5f02c5 markdown: tools and config override |
| 39 | +- treesitter: additional language parsers |
| 40 | +- theme: add themes & load immediately to be selectable |
| 41 | +- community: lua language pack |
| 42 | +- community: json language pack |
| 43 | +- community: Docker language pack |
| 44 | +- community: clojure language pack |
| 45 | +- mason: ensure lsp servers, format & lint tools enabled |
| 46 | +- mapping: docs and link to nerd font cheat-sheet |
| 47 | +- core: update documentation for configuration file |
| 48 | +- core: better escape plugin, `fd` mapped to `Esc` |
| 49 | +- git: octo config and mappings |
| 50 | +- git: Octo for GitHub issues & PRs, under leader G |
| 51 | +- git: neogit plugin wth options, astrocommunity |
| 52 | +- init: set everforest as default theme |
| 53 | +- plugin: vim-visual-multi for multiple cursors |
| 54 | +- plugin: add projects support with telescope extension |
| 55 | +- plugin: add git related plugins |
| 56 | +- plugin: add todo-comments support |
| 57 | +- bindings: SPC TAB to toggle last buffer |
| 58 | +- options: set localleader |
| 59 | +- snippets: load path for vscode style snippets |
| 60 | +- treesitter: ensure clojure parser installed |
| 61 | +- clojure: conjure & parinfer plugins, aucommand for ;; comments |
56 | 62 |
|
0 commit comments