forked from ayamir/nvimdots
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ayamir main #31
Conversation
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
* 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 <[email protected]> * 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 <[email protected]> Co-authored-by: ayamir <[email protected]> Co-authored-by: Jint-lzxy <[email protected]>
…ir#1051) * fix: auto apply formatter args set in `user/configs/formatters`. Signed-off-by: ayamir <[email protected]> * fixup:! remove redundant `pcall`. --------- Signed-off-by: ayamir <[email protected]>
…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.
* refactor: use aerial to provide outline. Signed-off-by: ayamir <[email protected]> * 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 <[email protected]> Co-authored-by: CharlesChiuGit <[email protected]> Co-authored-by: Jint-lzxy <[email protected]>
…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
* feat(fidget)!: support v2 * fixup! feat(fidget)!: support v2
* feat(ts-context-commentstring)!: setup as a plugin Ref: JoosepAlviste/nvim-ts-context-commentstring@5b02387 * fixup! feat(ts-context-commentstring)!: setup as a plugin
Signed-off-by: Charles Chiu <[email protected]>
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
…me (ayamir#1085) Signed-off-by: Cyberczy <[email protected]>
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
flash.nvim
to replaceclever-f.vim
(feat(plugins): addflash.nvim
to replaceclever-f.vim
ayamir/nvimdots#926)user/configs/formatters
(fix: auto apply formatter args set inuser/configs/formatters
. ayamir/nvimdots#1051)ipairs
(fix(neovide): neovide is not set up correctly because ofipairs
ayamir/nvimdots#1052)neovim
icon in nerdfont v3.1.0 (feat(icon): useneovim
icon in nerdfont v3.1.0 ayamir/nvimdots#1072)max_lines
to 3 (perf(ts-context): limitmax_lines
to 3 ayamir/nvimdots#1075)Neovim
(U+E6AE) (feat(icons): addNeovim
(U+E6AE) ayamir/nvimdots#1082)null-ls
tonone-ls
(feat(plugins): migrate fromnull-ls
tonone-ls
ayamir/nvimdots#1088)