Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ayamir main #31

Merged
merged 24 commits into from
Dec 8, 2023
Merged

ayamir main #31

merged 24 commits into from
Dec 8, 2023

Commits on Nov 1, 2023

  1. feat(plugins): add flash.nvim to replace clever-f.vim (ayamir#926)

    * disable enforce_regular_tabs to fix unique name not working
    
    * add flash.nvim
    
    * disable multi_window
    
    * fixup!: remove comment lines in keymap, add NOTEs for users.
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    
    * move flash_ecs to keymap/helpers.lua and rename to _flash_esc
    
    * feat(flash): support user-override
    
    * pref: explicitly disable `flash.search` by default
    
    * chore: sort keymap helpers
    
    * fix typo
    
    * fixup! fix typo
    
    ---------
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    Co-authored-by: ayamir <lgt986452565@gmail.com>
    Co-authored-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
    3 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e6a2d0a View commit details
    Browse the repository at this point in the history
  2. fix: auto apply formatter args set in user/configs/formatters (ayam…

    …ir#1051)
    
    * fix: auto apply formatter args set in `user/configs/formatters`.
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    
    * fixup:! remove redundant `pcall`.
    
    ---------
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    ayamir authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ebc1bef View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6f3a949 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix(neovide): neovide is not set up correctly because of ipairs (ay…

    …amir#1052)
    
    since the numeric keys are ignored as whole in `iparis` iteration, configurations in
    `neovide_config` actually aren't set to neovide, after switching `ipairs` to `pairs`,
    configurations are set properly.
    csyJoy authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5e36f9f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    87827f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    4718bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23681ce View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    605ebd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. refactor: use aerial to provide outline. (ayamir#1059)

    * refactor: use aerial to provide outline.
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    
    * chore(aerial): update filter symbols
    
    * chore(aerial): cleaner syntax tree
    
    * feat(aerial): add telescope support
    
    * fix(aerial): empty aerial telescope preview
    
    * feat(keymap): add `gto` keymap for `:Telescope aerial`
    
    * chore: cleanup
    
    * chore(aerial): prune default options from setup func
    
    ---------
    
    Signed-off-by: ayamir <lgt986452565@gmail.com>
    Co-authored-by: CharlesChiuGit <charleschiu@hey.com>
    Co-authored-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
    3 people authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8b51185 View commit details
    Browse the repository at this point in the history
  2. feat(treesitter): use ts-indent and disable legacy syntax engine (aya…

    …mir#1062)
    
    nvim-treesitter/nvim-treesitter@f53e6e8
    fixed the last dangling syntax issue in C/C++, So IMO we can now
    completely switch to treesitter-based highlight (and indent) lol
    Jint-lzxy authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3281b46 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    0c68d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. feat(fidget)!: support v2 (ayamir#1068)

    * feat(fidget)!: support v2
    
    * fixup! feat(fidget)!: support v2
    Jint-lzxy authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    6cffc20 View commit details
    Browse the repository at this point in the history
  2. feat(ts-context-commentstring)!: setup as a plugin (ayamir#1067)

    * feat(ts-context-commentstring)!: setup as a plugin
    
    Ref: JoosepAlviste/nvim-ts-context-commentstring@5b02387
    
    * fixup! feat(ts-context-commentstring)!: setup as a plugin
    Jint-lzxy authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    995ef20 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    88e1b03 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. feat(icon): use neovim icon in nerdfont v3.1.0 (ayamir#1072)

    Signed-off-by: Charles Chiu <charleschiu@hey.com>
    CharlesChiuGit authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    abfb9f7 View commit details
    Browse the repository at this point in the history
  2. perf(ts-context): limit max_lines to 3 (ayamir#1075)

    It appears that when navigating through syntax trees of great intricacy,
    `ts-context` would expend an excessive amount of time collecting _(and
    rendering)_ all "candidate nodes" from here to the root of the tree when the
    cursor goes deep into a particular "branch", given our current settings. This
    PR limited `max_lines` to 3, as IMO we seldom need hierarchical information
    about nodes that are _too_ distant from the current one in practice, and `3`
    is also the optimal value I've found in recent trials that strikes a balance
    between the amount of practical information and performance penalties lol
    Jint-lzxy authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    de10eee View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    f84f72d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f1ed81a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    770b408 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat(telescope): support live preview of currently selected colorsche…

    …me (ayamir#1085)
    
    Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com>
    Cyberczy authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d1c852e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    e5722af View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat(plugins): migrate from null-ls to none-ls (ayamir#1088)

    IMO we can switch to `none-ls` before we decide on the best alternative
    to `null-ls` b/c it's a drop-in replacement for `null-ls`, and we
    can continue to receive future bug fixes as well.
    Jint-lzxy authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2b43109 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a2974b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    c875635 View commit details
    Browse the repository at this point in the history