-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Feature/Fix]: - [Feat]: Allow to change the value of sign column in focused window from any buffer, bring exclude filetypes, buftypes comback - [Fix]: Prevent sign column from updating when buffer is disabled when buffer enter or out #113
Open
sontungexpt
wants to merge
16
commits into
nvim-focus:master
Choose a base branch
from
sontungexpt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9f3cc40
feat: allow to change the value of sign column in focused window from…
sontungexpt dde6eb8
fix: prevent sign column from updating when buffer is disabled
sontungexpt a79ca6d
feat: bring exclude filetypes, buftypes, bufnames comback
sontungexpt 9d518f4
fix: add more autocmd event for exclude buftypes
sontungexpt 1106691
fix: removing duplicate values while validating
sontungexpt 5341db5
fix: remove unnecessary options: bufnames
sontungexpt 31ee29a
Merge branch 'nvim-focus:master' into master
sontungexpt c8a4c34
styles: rename exclude to excluded
sontungexpt 4d3dee3
docs: update readme
sontungexpt 1b1120a
Merge branch 'nvim-focus:master' into master
sontungexpt d035779
Merge branch 'nvim-focus:master' into master
sontungexpt fcd4973
Merge branch 'nvim-focus:master' into master
sontungexpt 8eb08b0
fix: vim.wo.number = false works when leaving win is disabled
sontungexpt ca47609
Merge branch 'nvim-focus:master' into master
sontungexpt 359f8da
Merge branch 'nvim-focus:master' into master
sontungexpt e2f567d
Merge branch 'nvim-focus:master' into master
sontungexpt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think buffer names should be included here. That's too specific, almost definitely better handled by an autocmd in the user's config