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 #41
Merged
Merged
ayamir main #41
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
…#1233) I know the commit message might be a bit difficult to grasp, but I'm struggling to find a clearer way to describe it :( Essentially, this commit ensures that when our custom separator is used, default separators (as defined by `section_separators` and `component_separators`) are not added to the statusline. This prevents certain extreme scenarios where the default separator cannot be concealed, such as when in terminal mode with `:ToggleTerm direction=horizontal`. Signed-off-by: Jint-lzxy <[email protected]>
) * perf: open horizontal toggleterm without moving nvim-tree. Signed-off-by: ayamir <[email protected]> * chore: cleanup Signed-off-by: Jint-lzxy <[email protected]> --------- Signed-off-by: ayamir <[email protected]> Signed-off-by: Jint-lzxy <[email protected]> Co-authored-by: Jint-lzxy <[email protected]>
* perf: disable <C-e> for open-in-place in nvim-tree buffer. Signed-off-by: ayamir <[email protected]> * fixup: minor code style fix. Co-authored-by: jint_lzxy_ <[email protected]> Signed-off-by: Mohu <[email protected]> --------- Signed-off-by: ayamir <[email protected]> Signed-off-by: Mohu <[email protected]> Co-authored-by: jint_lzxy_ <[email protected]>
This reverts commit be8feeb.
Signed-off-by: ayamir <[email protected]>
Based on the upstream spec, `@property` is typically associated with the "key" in key/value pairs. So IMO since we don't give special treatment to the "values" (such as assigning them an "italic" property), we should treat the "keys" in the same manner as well. Signed-off-by: Jint-lzxy <[email protected]>
* feat!: replace nixosModules to homeManagerModules * feat: support bind lazy-lock.json * style: formatter * chore(lockfile): auto update lazy-lock.json * refactor(nixos): better dependency resolution dependencies are consolidated into one buildEnv this is not placed under the user env and are resolved with a direct path to /nix/store respect environment variables such as PKG_CONFIG_PATH if they are already set * refactor(nixos/neovim): refactor adding buildDeps an option to specify additional arguments has been added to neovim.wrapper, so change to use it however, since that option does not exist in versions prior to 24.05, the traditional method will remain --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
nvim-tree
(fix: prevent horizontal terminal from obscuringnvim-tree
ayamir/nvimdots#1237)<C-e>
for open-in-place inside nvim-tree (pref: disable<C-e>
for open-in-place inside nvim-tree ayamir/nvimdots#1238)@property
(feat(catppuccin): remove all styles of@property
ayamir/nvimdots#1240)