-
-
Notifications
You must be signed in to change notification settings - Fork 630
Feat branch complete on attach #1579
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
9da4462
chore(mappings): migrate legacy mappings under the hood
kyazdani42 2df2710
chore(mappings): POC for help and :help on_attach keymaps
alex-courtis de53d64
chore(mappings): POC for help and :help on_attach keymaps
alex-courtis a847166
Merge branch 'master' into chore/action_cb_help_poc
alex-courtis 2320d17
chore(mappings): add desc to all mappings, show in help, reformat help
alex-courtis cd6d295
chore(mappings): add desc to all mappings
alex-courtis 5fac9a1
chore(mappings): add desc to all mappings
alex-courtis 57e055e
Merge branch 'master' into chore/action_cb_help_poc
alex-courtis 420c909
chore(mappings): escape help keys
alex-courtis b4d8ef2
Merge branch 'chore/migrate-legacy-mappings' into feat-branch-complet…
alex-courtis 3eb5e4c
chore(mappings): migrate legacy mappings under the hood: map keymap t…
alex-courtis f6f439b
chore(mappings): migrate legacy mappings under the hood: remove dispatch
alex-courtis adb117a
Revert "chore(mappings): migrate legacy mappings under the hood: remo…
alex-courtis c5883a1
chore(mappings): migrate legacy mappings under the hood: pass node to…
alex-courtis a456480
chore(mappings): migrate legacy mappings under the hood: remove dispatch
alex-courtis 3ff5408
chore(mappings): migrate legacy mappings under the hood: replace mapp…
alex-courtis c97c97b
chore(mappings): generate on_attach from user's legacy mappings
alex-courtis b2cdee5
chore(mappings): generate on_attach from user's legacy mappings
alex-courtis 13b6c8c
Merge remote-tracking branch 'origin/master' into feat-branch-complet…
alex-courtis b36b7b4
chore(mappings): merge cleanup
alex-courtis 46010a9
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 1978dc1
chore(mappings): use default mappings when on_attach not present, log…
alex-courtis da6fcd2
on_attach is default or user only, legacy and generation includes def…
alex-courtis 64beb33
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 8603a2b
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 915d28b
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 94634c0
on_attach_default hardcoded
alex-courtis f495bca
format default_on_attach
alex-courtis ed23287
source default on_attach directly
alex-courtis c2b9793
remove human mappings help
alex-courtis 43d1900
simplified on_attach generation
alex-courtis af6de11
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis c35027b
simplified on_attach generation
alex-courtis 7627d21
generate default on_attach
alex-courtis 3455829
generate default on_attach
alex-courtis 00e8d24
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis df24c8a
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 68096fc
split out keymap_legacy
alex-courtis 24ecf35
add recently introduced mappings
alex-courtis 25dc48d
legacy api.config.mappings.active and default
alex-courtis e01fa1c
legacy api.config.mappings.active and default
alex-courtis d26b57a
Merge branch 'master' into feat-branch-complete-on-attach
alex-courtis 4f89a04
on_attach help and readme
alex-courtis 90ea114
legacy generate handles action = ""
alex-courtis f073cba
legacy generate handles action =
alex-courtis 00be1db
legacy generate gives defaults when no user mappings
alex-courtis 3ca305c
legacy generate handles action = ""
alex-courtis 4ec73bb
legacy generate api handles overrides
alex-courtis b7b1427
legacy generate handles subsequent setup, on_attach retains deep copi…
alex-courtis 8359ffc
add wiki link to generated on_attach
alex-courtis 7c2d7eb
Merge remote-tracking branch 'origin/master' into feat-branch-complet…
alex-courtis 8810d3c
add opts helper function for on_attach, prefixing 'nvim-tree: '
alex-courtis 3054033
add opts helper function for on_attach, prefixing 'nvim-tree: '
alex-courtis e68f2e8
more comments in generated on_attach
alex-courtis 9791804
update release date
alex-courtis 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
on_attach help and readme
- Loading branch information
commit 4f89a04e99e4f097f002d996575808bd5c7594e9
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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.
Removed these as they are problematic to generate; DEFAULT_ON_ATTACH is quite readable.