-
Notifications
You must be signed in to change notification settings - Fork 105
how could i change the vim color when the shell changed #24
New issue
Have a question about this project? Sign up for a free G 8000 itHub 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
Comments
This line is what is supposed to trigger the update. You are likely not getting |
i install the wincent/terminus plugin with vundle. i use neovim not vim. |
Hm, not sure about Neovim. At least in normal Vim, Terminus just works without any special configuration. |
ok.i remove the neovim and install vim 8.0.it works in iterm2 with vim.but dose not work in tumx ......... |
Should work in tmux. What version of tmux and iTerm are you using? Note that in iTerm under the "Advanced" section of the preferences there is a setting, "Apps may turn on Focus Reporting", that should be set to "Yes". I don't remember if this is on by default or not. |
hoops,it works now.even the color theme has some litter problem.but thanks a lot. |
* roles/dotfiles/files/.vim/pack/bundle/opt/deoplete 94b33d6...6e01000 (91): > Add is_skip_langmap for eskk > Remove scriptencoding > Fix scriptencoding error in Vim8 > Merge pull request #1058 from Shougo/eskk > Fix #1056 disable prev completion in default > Improve FAQ > Fix #1053 undo_completion() > Fix help lint errors > Merge pull request #1051 from Abendstolz/master > Fix #1050 noinsert problem > Skip the completion if candidate is selected > Remove time.clock(). It is removed in Python 3.8. > Add Vim 8.0 check > Improve max_width > Fix #1044 max_info_width initialization > Improve deepcopy() > Improve converter_remove_overlap > Fix #1040 version check > Don't use vim.vars.get(): it does not work in Vim8 > Fix Python version check > Fix lint error > Improve filtering performance > Fix converter_case behavior > Fix > Add converter_case > Merge pull request #1036 from ertomentis/master > Merge pull request #1032 from e-kwsm/minor > Fix #1029 error check > Fix lint errors > Add comment > Fix #1029 yarp check > Fix #1026 async update > Fix lint errors > Update comments > Fix is_async source problems > Fix #1024 flickering > Fix #1023 change around default marks > Merge pull request #1020 from hrsh7th/prepare-textedit > Update the documentation > Merge pull request #1018 from Shougo/update > Fix lint > Improve is_volatile > Improve do_complete() > Improve async_timer > Change auto_refresh_delay default value > Merge pull request #1017 from blueyed/fix-python_version_check > Add Python3 version check > Fix getimstatus() check > Fix #1003 add getimstatus() support > Fix #1013 revert #1006 workaround > Fix #1006 workaround for manual_complete() > Improve converter_remove_overlap > Fix #1008 auto_complete behavior > Improve converter_remove_overlap > check_chars > Fix #1007 Use feedkeys() > Revert "Remove dummy mappings" > Improve converter_remove_overlap behaviour > Remove dummy mappings > Fix #1003 check input method > Add check_stderr option > Version up > Remove deoplete#refresh() > Merge pull request #1001 from hiroebe/fix-if-condition > Merge pull request #998 from Shougo/typing > Missing __init__.py > Fix #997 custom cache error > Fix context_filetype check > Add suffix support for deoplete-tabnine > Fix #996 remove vars from base context > Merge pull request #993 from Shougo/typing > Update compatibility doc > Fix manual_complete error > Remove mappings.vim > Fix deoplete#mapping#_restore_completeopt error > Merge pull request #991 from portown/patch-1 > Fix converter_reorder_attr.py > Fix converter_reorder_attr > Fix the example > Fix #988 refresh_always problem > Improve health check > Remove find_loader() > Add Nvim > Update Makefile > Improve a bit > Add Python 3.6 > Fix #979 detect child process error > Merge pull request #981 from blueyed/ci > Merge pull request #982 from blueyed/reqs > Merge pull request #983 from blueyed/cov > Merge pull request #980 from blueyed/sys-exe * roles/dotfiles/files/.vim/pack/bundle/opt/goyo 5b8bd03...6b6ed27 (5): > Revert to nested for backwards compat > Add ++nested modifier to TabLeave autocommand > Fix `tmux` invocation conditions in README > Allow 'goyo.txt' to be listed in the LOCAL ADDITIONS section of help.txt > Describe `CTRL-W =` in the documentation * roles/dotfiles/files/.vim/pack/bundle/opt/indentLine 80f4acd...bb548a9 (4): > Revert "fix a bug" > fix a bug > Merge pull request #284 from pesarkhobeee/Vim_8_packages > fix issue #266 * roles/dotfiles/files/.vim/pack/bundle/opt/nerdtree 72c3656...0761255 (88): > Give kazukazuinaina proper credit. > Merge pull request #1087 from kazukazuinaina/add_dein_in_README > Merge pull request #1085 from preservim/i1064 > Merge pull request #1083 from preservim/1076 > Fix typo in version number. > Merge pull request #1081 from andys8/bugfix/1059-fails-with-vim-startify > Merge pull request #1080 from preservim/restore_eventignore_in_finally_block > Merge pull request #1079 from preservim/1078 > Merge pull request #1075 from preservim/1073 > Merge pull request #1072 from preservim/migrate > Merge pull request #1071 from preservim/vint > Set theme jekyll-theme-cayman > Update version in change log. > Ensure backward compatibility. v:t_func is not available before 8.0. > Allow use of function references as callbacks (#1067) > Add a NERDTreeToggleVCS command to the vcs plugin (#1060) > Update version number in changelog. > Menu option, 'copy path to clipboard' is aware of VIM clipboard option (#1056) > Closes #1050. Update README; don't show NERDTree if opening a session. > Support tab-specific CWDs (#1032) > Add VIM built-in package management to readme (#1049) > Update version number instructions in PR template and change log. > Save/Set screen state also on WinLeave and WinEnter. (#1048) > Wrap saveScreenState's statements in a try-catch block. (#1047) > Catch errors when trying to read CHANGELOG.md. (#1045) > If file path doesn't exist, :NERDTreeFind its parent directory instead. (#1043) > Give @dragonxlwang proper credit on PR #1035. > Reintroduce necessary variable mistakenly removed. (#1040) > Make the behavior of window splits consistent (#1035) > Update version number in change log. > Fix (p)ath not displaying in the minimal menu (#1038) > Enable events when closing NerdTree window. (#1037) > Fix version number. I was on the wrong branch. > Update version number in change log. > Fix the `e` key mapping to use netrw if desired (#1031) > Condense code: ternary operators vs. if-then-else blocks. > Update PR template with instructions to tag the release. > Add file extension and size to sorting capabilities (#1029) > Better spacing of comment in issue templates. > Update issue templates, moving some text into comments. > Update PR template, moving some text into a comment. > Suppress events for intermediate window/tab/buffer changes (#1026) > Revert #1019 to fix nvim artifacts and flickering. (#1021) > Use :mode only in neovim. MacVim still needs to use :redraw! (#1019) > Update version in change log. > In CHANGELOG.md and PR template, make reference to PR a true HTML link. (#1017) > Use :mode instead of :redraw! when updating menu. (#1016) > When searching for root line num, stop at the end of the file. (#1015) > Update Change Log > Update ui_glue.vim (#1014) > Make Enter work on the `.. ( up a dir )` line (#1013) > Fix nerdtree#version() on Windows. > Expand functionality of <CR> mapping (#1011) > Remove @mentions from PR template and change log. They weren't working. (#1009) > Fix NERDTree opening with the wrong size. (#1008) > Update Changelog and create PR Template (#1007) > Switch to new issue template paradigm, with separate templates. > Spacing changes in issue template > Update the issue template. Shout out to @ryanoasis for the inspiration. > Remove the bug.md template. Not able to make multiple templates. > Move bug.md to its proper folder. > Add new issue template, just for bugs. > Refresh a dir_node if the file wasn't found in it, and look once more. (#1005) > Add a "copy path to clipboard" menu option (#1002) > Enable root refresh on "vim ." a different way than #999. (#1001) > Fix refreshroot (#999) > Change version check to look for 03 not 30 (#994) > Change minimum vim (#991) > Escape the DirArrow strings in substitute function. > Allow multi-character DirArrows (#985) > Remove redraw! while still clearing last message empty string. (#979) > Fixes #970. Restore silent parameter to _initChildren. > fix _initChildren function value set to numChildrenCached error (#969) > On Windows, do a case-insensitive comparison of paths. (#967) > Remove the "Please wait... DONE" messages. (#966) > Smarter delimiter default (#963) > Update directory .vimdc readme example (#961) > Add a NERDTreeMinimalMenu feature (#938) > Preview bookmarks (#956) > Add new value to NERDTreeQuitOnOpen to close bookmark table (#955) > Add an :EditBookmarks command to edit the bookmarks file (#954) > Merge branch 'master' of github.com:scrooloose/nerdtree > Update the documentation to better explain the delimiter character. > Before copying, turn off &shellslash. Restore after copy is finished. (#952) > Set a maximum window size when zooming. (#950) > Confirm the wipeout of a unsaved buffer whose file has been renamed. (#949) > Escape a backslash so it can be used in a key mapping. (#948) > fixed root path error for windows (#935) * roles/dotfiles/files/.vim/pack/bundle/opt/tcomment_vim fba7295...239c0c0 (23): > Merge pull request #259 from t-b/add-bibtex > Merge pull request #252 from josselinauguste/master > Merge pull request #251 from dsirov/add-filetype-fasm > Merge pull request #249 from dsifford/dsifford-add-taskrc-type > tcomment#syntax#GetSyntaxName(): Make sure the rules in g:tcomment#syntax#substitute are applied before those in g:tcomment#syntax#substitute_by_filetype > misc > misc > Merge pull request #246 from t-b/add-igor-pro > FIX #248 handle jsx special case for uncommenting > Merge pull request #247 from pylipp/feature/support-cucumber > Merge pull request #243 from PietroPate/master > FIX #245: Missing comma > Support for julia block comments > Merge branch 'master' of github.com:tomtom/tcomment_vim > Support for julia > tcomment#syntax#GetSyntaxName(): Make sure cdef includes filetype field > FIX #159 use js-style comments for xmlAttrib; tcomment#filetype#Guess(): one-off error > FIX #186 Support xml tags in jsx files > NEW tcomment#debug#CollectInfo() > docs > NEW tcomment#DebugInfo() > ++Support for tsx, jsx > docs * roles/dotfiles/files/.vim/pack/bundle/opt/typescript-vim 0e9d92e...616186f (6): > Merge pull request #174 from pappasam/fix-typescriptFuncKeyword > Merge pull request #172 from OminousWater/master > Merge pull request #164 from Geoffrey-A/master > Merge pull request #163 from louib/json_global_object > Merge pull request #162 from louib/add_negate_operator > Merge pull request #161 from AprilArcus/patch-1 * roles/dotfiles/files/.vim/pack/bundle/opt/ultisnips 6fdc364...96026a4 (44): > Expand shell variables in MYVIMRC. (#1162) > Add a trigger for ListSnippets in repro environment. > Replace boolean parameter to `jump` with an Enum (#1125) > Formatting. > Normalize all paths before returning them (#1159) > Show better error message if no directory for snippets is found. (#1156) > Adedd stuff to Pipfile. > Do not use realpath in most cases (#1154) > Other triggers for the repro image. > Added missing px.snippets import on example (#1151) > Use $MYVIMRC as heuristic to find ~/.vim. (#1146) > Use ~/.vim/vimrc instead of ~/.vimrc. (#1145) > Fixes :UltiSnipsAddFiletypes no longer working as advertised (#1140) > Fundamentally changes how snippets are found. (#1138) > Make sure the content of snip.rv is casted to a str. (#1137) > Choose python 3.6 as version for repro image (#1133) > Fix deoplete source (#1130) > Remove support for Python2 (#1129) > Update ChangeLog for release. > Add mypy configuration & tweak pylint configuration. (#1128) > Use vim.buf.cursor abstraction everywhere (#1127) > Remove dead code & fold markers. (#1123) > Test python 3.6, 3.7 and 3.8. (#1118) > Fix snippets breaking when opening preview window (#1055) > Add au TextChangedP to make autotrigger work with completion windows open (#986) > Markdown is hard. > Restructured README. > Define the 'kind' property for completion items. (#1043) > Use blackhole register for select-mode deletion (#1050) > Allow users to disable UltiSnipsListSnippets (#1001) > Remove get_tm_snippets.py > Pipenv & run black over the code base. (#1113) > If UltiSnipsSnippetDirectories only contains a single directory, expand `~` (#1085) > Fix typo thinks -> things (#1079) > Text objects (iS/aS) for snippets files (#1106) > Rename files to not start with _. (#1111) > Make patch detection more resilient (#1110). > Fix test suite on Vim git version (#1109) > Add vim8.1 into Travis configuration. (#1108) > waffle.io is defunct. > Give the `abort` argument to all functions (#1048) > Prioritize local mappings over global ones (#1049) > Tag `UltiSnips-snippet-search-path` is obsolete (#1047) > Fix typo in README * roles/dotfiles/files/.vim/pack/bundle/opt/undotree 9172c17...be23eac (5): > Merge pull request #98 from elig0n/patch-1 > Updated doc > Update README.md > Update README.md > Fixed an error message during exiting undotree. * roles/dotfiles/files/.vim/pack/bundle/opt/vim-abolish b95463a...7e4da6e (3): > Remove debugging variables > Add sponsor button > Fix invalid sid expression * roles/dotfiles/files/.vim/pack/bundle/opt/vim-dispatch 1f39fa1...3757dda (3): > Make iTerm strategy to work with vimr > Add sponsor button > Use make not cgetfile for completion quickfix events * roles/dotfiles/files/.vim/pack/bundle/opt/vim-eunuch 10da325...33e875b (4): > Only use setfperm() for URLs > Add sponsor button > Remove skeleton init script support > Run pre and post autocmds for sudo read and write * roles/dotfiles/files/.vim/pack/bundle/opt/vim-fugitive bd0b87d...4606640 (479): > Fix typo --include-index to --keep-index in help > Allow custom subcommands outside of Git repository > Extract helper for setting job environment > Enable opening arbitrary URLs with :Gbrowse > Fix false positive on deprecated :.Glog usage > Don't clobber alternate buffer on :Gstatus > Remove deprecated C map to fix broken warning > Preserve existing 'scrollbind' arrangement with :Gblame > Eliminate last temporary :cd > Support :Git -c config.name=value > Use --no-optional-locks for :Gstatus > Continue running commands on Vim exit > Don't make assumptions about current line number when displaying commit > Extend nvim carriage return workaround to ptys > Try to wipe out temp buffer from :read > Don't use job pty unless Vim supports it > Show unpulled before unpushed > Revert work in progress changes > Show unpushed and unpulled sections for both upstream and push > Include refs/heads in constructed push commands > Recognize pull.rebase=preserve in :Gstatus > Temporarily restore User Fugitive autocommand > Remove tags file warning > Replace old public detection API with hint errors > Job environment variables are broken on Neovim > Replace :Gcommit/:Grevert with standard job runner > Replace :Grebase/:Gmerge/:Gpull with standard job runner > Remove :Gwrite in :Git diff > Use jobs for :Git > Extract helper script creator function > Revert "Specify shell command, not wrapper, in b:dispatch" > Remove legacy autocommands > Try to use relative path for :Ggrep > fugitive.vim 3.2 > Provide git config --get-all wrapper > Replace --format with --pretty=format for older Git > Fix comment typo > Fix :Gdiffsplit! help typo > Use appropriate slashes for :Dispatch working directory > Change :Git --paginate from :terminal to temp buffer > Remove dead code > Specify shell command, not wrapper, in b:dispatch > Fix FugitiveParse() return value documentation > Provide FugitiveBlob style autocommands > Fix :Gmerge > Better PowerShell support > Prevent alternate buffer change loading Fugitive buffer > Fix netrw gx in Fugitive buffers AGAIN > Accomodate loading Fugitive buffers in popup window > Generalize :Git environment variable overrides > Avoid false positives on rebase todo handler > Move :Gmerge warning to top level function > Begin phasing out :Git --paginate special case > Match "* Unmerged path" in mergetool > Map cmt to :Git mergetool > Softly deprecate :Gmerge for quickfix conflicts > Provide interface for subcommands to set execution options > Fix netrw gx in Fugitive buffers > Really fix packed ref handling in :Gbrowse > Handle packed refs in :Gbrowse > Provide :Git difftool and :Git mergetool > Run QuickFix autocommands on :Gclog > Save diff context in :Gclog > Improve display of :Gclog --summary > Fix whitespace in README > Improve :Gclog window title > Support ...commit as HEAD...commit > Use underlying commit not tag for :Gedit tag:path > Fix unknown function error on Vim < 7.2.061 > Don't error if we can't :bwipeout > Mention vim-phabricator for Phabricator browsing > Fix timer invocation > Match Git semantics for GIT_CEILING_DIRECTORIES symlink resolution > Use timers to avoid Vim patch 8.1.1756 > Handle both amended and new commits during rebase > Don't abort rebase after committing on last step > Don't override explicit empty string for core.askPass > Fix erroneous ? escaping in * pattern > Fix false positive matching filename in blame > Remove debugging function > Don't fall back to pwd for Git dir of blank filename > Perform automatic :diffoff on :Gdiffsplit /external/file buffers > Provide explanatory error on :Gdiff ~ > Don't show bogus unstaged changes in bare repository > Reset scrollbind/cursorbind after reblaming > Fix completion of stash@\{<Tab> > Add built-in package management installation way > Don't use arrow notation for unstaged modifications > Cache fugitive#Head() to minimize statusline IO > Replace --no-patch with -s for Git < 1.8.4 > Add PayPal donation link > Improve robustness of status --porcelain=v1 parsing > Optimize away log calls in :Gstatus if no upstream changes > Improve robustness of status --porcelain=v2 parsing > Resolve symlinks in configured work tree > Force --no-edit on squash maps > Disable signcolumn during Gblame (#1379) > Fix error message on blank buffer with no Git dir > fugitive.vim 3.1 > Tab complete > arguments > Include PowerShell in check for win32 shell > Fix incorrect script id (part 2) > Fix incorrect script id from nested function call > Fix status diffs broken by missing sub attribute > Rudimentary support for diff maps for submodules in status > Support X for submodules > Add --porcelain=v2 status parser > Fix reverse blame jump for the boundary edge case > Make remaining buffer commands global > Clearer error message on attempt to delete directory > Expand status file lookup into nested structure > Preserve line number on :Gedit with no or > argument > Improve ++opt +cmd handling for :Gedit/:Gread > Fix :'<,'>Gclog on some Vim versions > Support REVERT_HEAD and CHERRY_PICK_HEAD > Don't show tags warning when editing commit message > Trigger User FugitiveChanged on events that change repository > Don't reload status on non-Fugitive ShellCmdPost > Force status reload on commands likely to change it > Vim's `redraw` can change v:shell_error > Fix buffer local commands > List pagure plugin > Fix typo > Use more conventional quickfix event type for :Ggrep > Encapsulate doautocmd <nomodeline> > Default to left, not right split for empty :Gdiffsplit filename > Fix blame help maps > Fix off by 2 error staging multiple files > Fix visual mode exclusion for staging on section header > Fix X on removed file > Show first parent diff for merge commits > Reload status after Vim :terminal command > Fire ShellCmdPost after :Gpush > Remove redundant jump when opening :Gstatus > Reveal folds when using jump maps in commits > Expose completion helpers for subcommands > Ignore blank buffers in fugitive#Statusline() > Remove blank buffer FAQ entry > Remove redundant autocommands > Support blank buffers > Document disabling global maps > Standardize on "maps", not "mappings" > Fix `:Glog` > Experimental support for blank buffers > Add sponsor button > Set b:git_dir for :terminal buffers > Make universal maps global > Make :Glog and :Ggrep global > Make :Gbrowse global > Make :Gmove and :Gremove global > Make :Gcd global > Explicitly document :Git subcommands > Remove fugitive- prefix from command help topics > Always use Git style path for <C-R><C-G> > Relocate 'path' adjustment > Adjust warning wording > Don't override user :Gr > Remove 'tags' support > Make edit commands global > Enable 8000 edit commands to work without git dir > Move IO functions with rest of API > Provide :Gr as alias for :Gread > Tweak :Gedit > semantics > Reduce fugitive#buffer() to stub object > Accommodate git-blame revision ignoring features > Remove double word in docs > Don't browse to blob for empty buffer > Provide global :Git and :G > Use :Git not :G for visible maps > Remove toggling behavior of :Gblame > Remove feedkeys() contortions in :Gdiffsplit > Fix q deprecation message > fugitive.vim 3.0 > Expose IO functions as object > Document important API functions > Deprecate :Gstatus q > Support a...b as notation for merge base > Remove obsolete Git object examples > Provide FugitiveGitPath() > Use FugitiveVimPath() to normalize directories during detection > Rename s:PlatformSlash() to FugitiveVimPath() > Provide separate highlight groups for file sections > Remove dead code > Provide maps to find similar diff lines > Fix diff after :Gwrite > Change work tree buffer on :Gwrite exactly once > Remove dp map in blobs > Follow renames on :0Gclog > Allow expanding merge conflict in :Gstatus > Provide map to close diff buffers > Give s:MapEx() more intention revealing name > Support discarding multiple changes in visual mode > Add nested to reload status autocommands > Fix :Glog > Fix :Gdiffsplit with diffopt+=vertical > Compensate for 'noequalalways' in merge diff > Fix :Glog with diff.noprefix set > Fix version check for doautocmd <nomodeline> > doc: prefer https url > Map double click to jump to file > Add :help reference to README > Vim automatically sets cursorbind for diff buffers > Convert all FugitivePrepare() int arguments to buffer names > Encapsulate shell escaping user arguments > Fix :Ghdiffsplit with diffopt=vertical > Don't process modelines after :Gwrite > Use platform slashes for :Gcd > Remove legacy support for /relative/path > Fix :Gstatus U map > Provide diff maps in blobs > Fix syntax error > Don't reuse blame buffers for Gstatus edits > Fix extra bang in diff maps > Clean up gitdir file parsing > Always diff against parents in :Gdiffsplit! > Fix temp file gq shadowing blame gq > Use s:Map() for nearly all maps > Fix error generating command for :'<,'>Gblame > Clarify :Gstatus p behavior > Emphasize :Glog behavior change > Force <nowait> for all generated maps > Provide count on blob blame maps for --reverse > Jump to file not diff for boundary commit in :Gblame > Allow :Gblame ^boundary to use scrollbind > Accept commit.. :Gblame argument as commit not filename > Remove bang variant of :Git from README > Remove :Git --paginate from docs > Use rev-list in lieu of log with raw format > Remove debug > Fix offset jumping to patch on :Gblame --reverse > Fix -1 effectively canceling --reverse > Support :rightbelow Gblame and other <mods> > Use descendant when jumping to patch for :Gblame --reverse > Make :Gblame a proper subcommand > Cleaner error on -z command failure > Delegate :Git grep to :Ggrep > Use same window for commit message on :0Gcommit > Use lower case for subcommand declarations > Expand diffs on :Gcommit --patch > Use temp buffer with man filetype for :Git help > Use temp buffer for :Git show and :Git stash show > Move blame buffer settings to FileType event > Support nearly all git-blame flags > Support blame.blankBoundary with Ignore highlight > Don't require <mods> for vertical/tab blame culprit maps > Remove q from :Gblame documentation > Highlight blame --score-debug and blame -c > Remove duplicate b:fugitive_status initialization > Provide some commit --reset-author maps > Remove 'guioptions' workaround > Open :Gstatus for :Gcommit -i and :Gcommit -p > Show dirty submodules in Unstaged section > Support :Gblame --reverse > Move select temp file configuration to BufReadPre > Don't unnecessarily change ":verbose set scrollbind?" > Eliminate b:fugitive_blamed_bufnr > Don't double set temp options on blame buffer > Encapsulate retrieval of blamed bufnr > Retool :Gblame close map > Fix :Gread blobhash > Check for built-ins with .exe extension on Windows > Restore press enter prompt in :Ggrep in GUI > Fix accidental utility invocation on `:Git complete` > Expand simple aliases in :Git > Fix count with jump to commit section > Add default core.askPass to :Gpull > Swap gu and gU > Tweak commit for u rebase map > Allow :Grevert --abort/continue/quit > Add Git dir presence guard to all commands > Provide s/u mappings on commits > Delegate :G command to :Gcommand for 8 commands > Add a FAQ entry about remote passwords > Update :Gstatus description in README > Mention :Gpull and related commands in README > :Glog isn't that exciting > Provide :Grevert and :Gmerge mappings > Provide separate file/hunk jump maps > Fix :Gbrowse with range and blame.coloring enabled > Retool section jump maps > Fall back to "commit" line for file hunk jump maps > Support jump maps in visual mode > Document :Git --paginate > Enable fixup/squash maps in :Git log > Disable modelines in temp files > Fix a typo in the docs > Always use temp file for :Git diff and :Git log > Add -addr= declarations > :0Ggrep calls :Glgrep > Document :Git --no-pager > Add command dispatcher > Eliminate redundant :G and :Git implementations > Provide :Grevert > Remove overlooked 40 character limits > Preserve cursor position after staging last untracked file > Compensate for blame.coloring > Always use temp file for :Git --no-pager > Always use :terminal for :Git --paginate > Preserve index on cza and czp > Map I to :Git add --intent-to-add > Fire synthetic QuickFix events on :Ggrep > Fix error message for rev-parse > Avoid unnecessary diffing in :Gstatus > Add czA and czP aliases for cza and czp > Fix typo > Compensate for bad 'shellredir' > Guard against inadvertent :| invocation > Use :Gdiffsplit! for diff maps > Provide misc :Git mappings > Remove error guards for old object syntax > Guard against missing output on :Gcommit success > Require bang to :Gwrite from index > Don't override alt buffer on :Gwrite from index > Provide ignoring maps > Reverse inline diff mappings > Provide rudimentary stash mappings > Remove :Gedit HEAD and :Gedit refs/... special cases > Add :Git add --intent-to-add to :Gstatus P > Remove i special behavior on section heading > Remove --intend-to-add from :Gstatus i > Fix :Gstatus X in visual patch selection > Improve error handling on :Gstatus X > Do what the user means for LANG= in g:fugitive_git_executable > Fix :Gbrowse assuming range > Don't rely on exception message for :Gbrowse - error > Restore :Gdiffsplit :n > Map c? and r? to show commit and rebase help > Map U as :Git reset -q > Map gr to jump to rebasing section > Use terminal for :Git fetch/pull/push > :Gstatus called from status window forces reload > Clean up error reporting on :Gwrite in diff > Fix escaping for :Ggrep '#' > Provide core.askPass default > Document parentheses movement maps > Fix :0Glog another/path > Add an error about LANG= in g:fugitive_git_executable > Consistently position cursor on :Gstatus > Don't print current line on :G|chainedcommand > Remove <C-W>C map > Only check bdelete mapping in normal mode > Provide additional commit maps > Don't load first quickfix result into status buffer > Clarify in error message that :Gbrowse handlers are user installed > Filter out warning on :Gedit master@{2.years.ago} > Speed up :Ggrep > Decouple :Glog from :grep > Extract function to create titled quickfix list > Remove debugging variable > Don't require shell quoting for colons > Remove unused function > Fix E211 handling in :Gmerge/:Grebase > Fix <CR> as :Gblame map > Guard against empty filename checking for conflicts > Tighten up autowrite handling > Support double quotes for all subcommand wrappers > Fix finishing :Gcommit on :wqa > Provide :Gclog and :Gcgrep aliases > Fix :Gblame on win32 > Show stderr on :Gcommit > Don't include trailing newline in fugitive#GitVersion() > More helpful error on Git without -C > Use standard argument handling for :Gfetch/:Gpush > Fix escaping when :Grebase calls :Gcommit > Retool :Ggrep > Begin phasing out <line2> > Fix commands on Vim without <mods> > Also support :G command commit:./path > Fix subcommand completion to match :Git completion > Fix :[range]Glog > Treat :G ... ./path as relative to working directory > Better error handling for obsolete argument syntax > Eliminate :cd in :Gread! and :Gblame > Work around broken nvim reltime() > Set loclist not qflist title for :Gllog > Fix :Glog on Vim without quickfix "module" support > Use proper argument parsing for :Glog > Don't hide :Glog errors > Use correct quickfix commands for :Gllog > Further tighten :Glog format > Don't map file/hunk jumps in blobs > Fix argument handling for :Gmerge > Tweak s:Dir() usage > Support next/previous file/hunk in commits > Add next/previous section maps > Change interface for jumping directly to blame commit > Fix false positve matching :Glog abbreviated SHA > Complete options for subcommand wrappers > Retool diffing > Pass bang to :Gblame to get horizontal split > Force hyphen in :Gblame -opts > DWIM for :(top)/absolute/path > Fix :Gblame <CR> with existing q map > Use :terminal for :Git add --patch and similar commands > Add section jump maps > Remove transitional g| mapping > Unify :G and :Git > Only map q if no conflict > Move blame syntax to separate file > Allow disabling dynamic blame colors > Add --option completion to :Git > Fix completion on :vert Git <Tab> > Remove reload map > Use proper argument parsing for :Gcommit > Change :Git! to split by default > Extract :Gsplit! implementation > Fix handling of bar in argument parsing > Make completion more robust > Lay groundwork for running commands without Git dir > Drop support for :Gblame -fn > Use proper argument parsing in :Gmerge/:Grebase > Better helper function names for expanding split > Jump to appropriate section for s/u on :Gstatus header > Restore popular fugitive#buffer() methods > Compensate for very old Vim without settabvar() > Provide argument list version of s:UserCommand() > Fix :Gedit > > s:BuildShell: fix E706 > Update escaping for dynamic :Git invocations > Don't rely on shell for quoting > Smarter :Gstatus reload > Don't throw exception on :Gedit :bogus > Separate argument massaging from shell quoting > Eliminate shell syntax in :Gstatus undo > Fix jump to patched line in :Gstatus > Make :Glog a bit less insufferable > Fix stacking untracked files > Fix inline diff expansion > Restore "Untracked" section > Change s:StageInfo() to use absolute paths like s:Selection() > Fix count on :Gstatus maps > Remove hard coded length limit of 40 on hashes > Fix P in :Gstatus > Remove weird FAQ entry > Encapsulate "-z" null splitting > Encapsulate system() plus v:shell_error > Encapsulate common v:shell_error usages > Remove :terminal special case for Neovim :Git > Fix extra space in win32 environment variables > Fix docs for :0 removal > Add error handling to s:TreeChomp() > Restore autowrite before :Gcommit > Avoid use of :! in :Gcommit > Eliminate environment juggling in :Gcommit > Avoid intermediary v:errmsg in exception handling > Support :tcd in initialization > Fix bug revealing next hunk > Only target current file if range is given to :Glog > Adjust viewport position *after* reload > Fix dd in :Gstatus staged section > Fix dd in :Gstatus > Improve :Gstatus support for renames > Add <mods> helper function > Fix :Gstatus overscroll when already at bottom of document > Fix error on :Gedit with no argument > Work around autowrite bug when :terminal is open > Retire :Gedit -..., :Gedit @{...}, and :Gedit :n > Retire :Gedit ^n and :Gedit ~n > Don't map <CR> in editable index buffers > Fix fugitive#isdirectory() with trailing slash > Accept a count to :Git > Fix Fugitive activation when historical version does not exist > Only activate Projectionist if config file exists > Eliminate repeated $GIT_DIR check > Don't assume b:git_dir is an actual directory > Abbreviate commit SHA1s for `:Grebase -i` > Fix garbled screen after :Git! and related commands > Fix fugitive#glob('[^x]') > Don't activate autocmds with tmp filenames > Add <nowait> to gq map > Fix :Gstatus log with unpushed remote > Pass in matching number of arguments for `:Gread` > Begin moving to standard command implementation interface > New naming scheme for completion functions > Call :Gcommit from :Grebase --continue > Allow --abbrev as :Gblame argument (#1243) > Fix restore of sequence editor > Revert "Add documentation for --relative-date in :Gblame" > Add documentation for --relative-date in :Gblame * roles/dotfiles/files/.vim/pack/bundle/opt/vim-git 0c69b41...117abeb (12): > Add drop to rebase cycling > Highlight gitrebase label operations > Allow SHA256 in gitrebase > Add C-A and C-X rebase maps > Rebase "break" command does not take an argument > Sync with latest upstream files > Merge Vim 8.0 timestamps > Tighten match for gitMode > Add sponsor button > Highlight escapes in git config as Special > Highlight summary overflow after 50 characters > Ensure bulleted lists use hanging indents * roles/dotfiles/files/.vim/pack/bundle/opt/vim-javascript 50c1357...db59565 (16): > feat: Add `NOTE` to `jsCommentTodo` (#1198) > Add guide to install with native package manager (#1187) > Add Refelect and BigInt* global objects (#1190) > Fix highlighting of template strings within objects (#1177) (#1184) > Add flow syntax filetype (#1189) > Fix ftdetect interfering with other plugins (#1183) > laggy indent in object (#1175) > Bugfix for regexes that have `/` in jsRegexpCharClass > Fix inconsitency with DestructuringNoise > Adding support for nullish operator (#1165) > add support for @yields (#1163) > Fix return statements in top level scope > Misc flow fixes (#1161) > Small fix for invalid ternary detection > Misc flow fixes > Potential bugfix for jsFlowTypeValue end match * roles/dotfiles/files/.vim/pack/bundle/opt/vim-jsx ffc0bfd...8879e0d (1): > Add deprecation warning * roles/dotfiles/files/.vim/pack/bundle/opt/vim-pathogen e9fb091...c6bc424 (2): > Create LICENSE > Add sponsor button * roles/dotfiles/files/.vim/pack/bundle/opt/vim-projectionist ea1347b...17a8b20 (15): > Add sponsor button > Accommodate recent netrw temporary buftype=nofile > Fix :Pcd count on some Vim versions > Don't blow up on filenames that look like glob ranges > Silence any %delete_ output > Don't try to apply template in 'nomodifiable' buffers > Alphabetize > Accept dir as alternate name for efm chdir key > Compensate for bug in vint's parser > Revert "Ignore dictionaries in exec keys" > Ignore dictionaries in exec keys > Escape navigation command completion results > Enable filetype plugins to avoid load order issue > Fix logic preventing duplicate netrw activations > Search related files as default for :Efoo * roles/dotfiles/files/.vim/pack/bundle/opt/vim-reason-plus e446079...2d5a319 (2): > Add doc/tags to .gitignore (#26) > Fix #24 * roles/dotfiles/files/.vim/pack/bundle/opt/vim-repeat 43d2678...c947ad2 (5): > Add sponsor button > Add vim-radical in the plugins list > Make an explicit register on repeat override g:repeat_reg > Documentation fix for repeat#setreg() > feedkeys(..., 'i') sends keys in the wrong order in Vim 7.0/1/2 * roles/dotfiles/files/.vim/pack/bundle/opt/vim-slime 8717c21...cf896c1 (13): > Merge pull request #221 from magv/master > Merge pull request #218 from iblis17/patch-1 > Add probot/stale to close old issues > Revert to 73925f7 > Merge pull request #207 from oblitum/remove-control-character > Merge pull request #206 from jpalardy/fix-newline > Revert "Use tmux bracketed paste. Fixes #191." > Merge pull request #205 from oblitum/tmux-bracketed-paste > Revert "IPython bug fix" > Merge pull request #200 from NedWestern/ipython-bug-fix > Merge pull request #199 from kylerky/fix_doc > Merge pull request #195 from avrma-forks/improve_neovim > Merge pull request #187 from defndaines/cleaner-tmux-syntax * roles/dotfiles/files/.vim/pack/bundle/opt/vim-speeddating 799cd34...fe98cfa (3): > Change vmaps to xmaps > Add sponsor button > Fix localtime() in neovim * roles/dotfiles/files/.vim/pack/bundle/opt/vim-surround 5970688...f51a26d (4): > Fix bug when closing delimiter is at line end (#284) (#285) > Add sponsor button > Fix for "all" and "insert" "virtualedit" in Insert mode > Documentation for function name replacements (fixes #222) * roles/dotfiles/files/.vim/pack/bundle/opt/vim-textobj-user 074ce25...9861dc6 (1): > Merge pull request #73 from kana/add-filetype-example * roles/dotfiles/files/.vim/pack/bundle/opt/vim-zsh bdf48bf...a93252b (11): > syntax: problem when zsh is embedded > Remove old v7.4. :syn keyword check > Simplify highlighting groups definition a bit > Allow embedding with markdown and pandoc > ftplugin: Further refinement of RunHelp command > ftplugin: Modify RunHelp and pipe through less if available > ftplugin: add :RunHelp command > Merge pull request #23 from danielshahaf/zshPOSIXString-escapes-v1 > Merge pull request #22 from danielshahaf/zshOldSubst-backslashes-v1 > Updated syntax script header > say thanks!
Two changes required for compatibility: - Need tweak to `.gitmodules` because vim-slime changed the name of their main development branch (from `master` to `main`). - `nvim-lspconfig` must now be required as `'lspconfig'` and not `'nvim_lsp'`: E5108: Error executing lua $USER/.config/nvim/lua/wincent/lsp.lua:42: module 'nvim_lsp' not found: no field package.preload['nvim_lsp'] Changes: * aspects/vim/files/.vim/pack/bundle/opt/deoplete cb9212d...35e27c3 (127): > Update the documentation > Fix #1181 complete_common_string() > Fix #1179 skip very long lines in getline() > Merge pull request #1176 from habibalamin/fix-input_patterns-source-option-not-being-recognised > Fix #1172 neovim_rpc#serveraddr() error > Check user mark > Fix the documentation > Add dummy mark > Fix #1175 sources mark > Use lambda functions > Update the documentation > Fix the name conflict > Fix #1174 yarp import check > Fix #1173 filename completion > Fix prev complete > Remove codecov > Add source key for candidates > Improve prev completion behavior > Add input check > Add the comment > Fix #1170 buffer_path > Fix #1167 multiple filetypes support > Add deoplete#can_complete() > Check indentkeys for TextChanged only > Check indentkeys for words only > Fix the documentation > Fix exists_path() > Fix #1165 exists path > Merge pull request #1162 from maujim/patch-1 > Merge pull request #1160 from e-kwsm/try-expanduser > ignore_sources is disabled when manual completion > Add enable_slash_completion in file source > Fix cd problems in file source > Fix lint > Fix exists check in file source > Fix imports > Fix expand() error > Merge pull request #1157 from MindTooth/use_github_action > Fix #1158 filename completion > Fix indentkeys check > Fix bug > Fix #1156 duplicated filter check > Replace os.path > Fix file source > Fix file source > Replace os.path > Replace os.path > Replace os.path > Fix #1156 duplicated source check > Fix for type: ignore > Add matcher_matchfuzzy > Merge pull request #1154 from timgates42/bugfix_typo_parentheses > Fix the link > Fix for flake8 > Fix > Update README > Update > Fix the documentation > Fix the documentation format > Merge pull request #1150 from alexkalderimis/ajk-doc-rewordings > Fix #1149 add refresh_backspace option > Improve converter_remove_overlap > Skip if old completion > Merge pull request #1146 from Shougo/recently_used > Fix #1148 Disable non ascii indentkeys > Version 6.0 development is started > Fix the documentation > Enable auto completion in Command Line window > Update the documentation > Update the documentation > Fix multi process flicker problem > Disable nofile buffers completion except nofile_complete_filetypes. > Disable : auto indentation in deoplete > Fix for Vim script autocompletion > Fix message > Change completeopt before complete() > Improve change completeopt > Fix #1141 completeopt error > Fix #1143 disable auto indent when &indentexpr is disabled > Improve converter_remove_overlap behaviour > Fix #1140 check use_prev problem > Fix #1139 indentkeys problem > Fix #1138 auto update problem > Fix #1137 needs_poll update problem > Fix #1136 smart_close_popup > Update the documentation > Fix BS flickers and require Vim 8.1+ > Fix #1135 disable popup flicker prevents > Change default auto refresh delay > Disable parallel feature in default to prevent flicker issue > Fix for popup flicker > Fix lint errors > Fix #1132 omnifunc check > Fix #1131 is_debug_enabled documentation > Remove restore completeopt > Fix #1128 restore completeopt when popup is closed > Update the documentation > Fix #1123 disabled_syntaxes error > Fix lint error > Fix custom conflict > Add converter_word_abbr > Improve expand() > Merge pull request #1118 from m-lima/master > Merge pull request #1116 from ujihisa/master > Update FAQ > Add screenshot > Merge pull request #1115 from ujihisa/master > Add note > Fix #1111 skip invalid bytes for Vim8 > Fix #1110 ignore <bd> binary data > Fix #1109 is_async check > Fix health messages > Fix the expression error > Fix #1107 <Plug> mappings problem > Merge pull request #1104 from Shougo/fix_is_async > Update the documentation > Update FAQ > Fix user_data > Fix #1102 user_data check > Merge pull request #1101 from Milly/typing-parent > Use v:insertmode instead > Fix lint errors > Add InsertLeave support in buffer source > Add InsertLeave autocmd > Fix #247 call send_event() to make cache > Add comment > Check prev text in Update * aspects/vim/files/.vim/pack/bundle/opt/deoplete-lsp fb51bfe...00937dd (6): > Fix #47 improve default input_pattern > Fix source initialization > Improve initialization > Merge pull request #46 from CKolkey/master > Fix #43 add variable for hover > Merge pull request #40 from jubnzv/fix-neovim-compatibility * aspects/vim/files/.vim/pack/bundle/opt/fern.vim 8a857c9...5fe781e (20): > Merge pull request #340 from lambdalisue/fix-macvim > Merge pull request #333 from lambdalisue/improve-zoom > Merge pull request #334 from lambdalisue/fix-331 > Merge pull request #329 from wtsnjp/fix-doc > Merge pull request #316 from shanesmith/action-focus-parent > Merge pull request #314 from lambdalisue/remove-smart-cursor > Merge pull request #305 from lambdalisue/fix-nested > Merge pull request #296 from lambdalisue/fix-auto-resize > Merge pull request #292 from lambdalisue/devtool > Merge pull request #288 from lambdalisue/fix-refresh-directory > Merge pull request #289 from KapJI/fix-edit-or > Merge pull request #286 from lambdalisue/use-relative > Merge pull request #285 from obcat/add-spinner-highlight > Merge pull request #282 from lambdalisue/fix-trash > Merge pull request #279 from lambdalisue/fix-iskeyword > Update README.md > Merge pull request #277 from lambdalisue/fix-fri > Merge pull request #274 from lambdalisue/fix-267 > Merge pull request #266 from hrsh7th/fix-auto-buffer-delete > Merge pull request #265 from lambdalisue/fix-resolve-windows * aspects/vim/files/.vim/pack/bundle/opt/float-preview.nvim 3c2e230...f9ed1c7 (1): > Improved the floating window * aspects/vim/files/.vim/pack/bundle/opt/goyo 6b6ed27...a865dec (2): > Remove :PlugInstall tag > Fix signify detection (#223) * aspects/vim/files/.vim/pack/bundle/opt/neco-ghc 682869a...699897c (3): > Fix for hhp > Fix executable() check > Merge pull request #86 from macthecadillac/master * aspects/vim/files/.vim/pack/bundle/opt/nvim-lspconfig 60133c4...6a25eb0 (313): > [docgen] Update README.md skip-checks: true > Merge pull request #937 from mrquaketotheworld/patch-1 > Merge pull request #935 from lcrockett/master > Merge pull request #919 from nathanaelcunningham/prismals > Merge pull request #931 from lcrockett/master > [docgen] Update README.md skip-checks: true > Merge pull request #929 from mjlbach/sumneko_documentation_update > [docgen] Update CONFIG.md skip-checks: true > Update vimdoc.yml > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #924 from tamago324/jdtls-package-json > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #912 from undu/ocaml_interface > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #900 from rafamadriz/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #910 from mjlbach/simplify_docs > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #909 from clason/texlab-3.0 > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #908 from mhinz/fix-docgen > Merge pull request #871 from mjlbach/fix_docgen_v4 > Merge pull request #907 from mjlbach/installation_clarification > Merge pull request #892 from amiralies/add-rescript-config > Merge pull request #889 from weeman1337/fix-pylsp-doc > Merge pull request #883 from weeman1337/feature-pylsp > Merge pull request #884 from WhyNotHugo/patch-2 > Merge pull request #875 from zupatisc/master > Merge pull request #882 from fdschmidt93/pyright/default-diagnosticMode-to-workspace > Merge pull request #878 from neovim/remove-tabs > Merge pull request #877 from dimbleby/issue-876 > Merge pull request #873 from mjlbach/fix_windows > Merge pull request #866 from mjlbach/fix_docgen_v3 > Merge pull request #861 from mjlbach/dofile > Merge pull request #864 from nanotee/zeta_note > Merge pull request #857 from mnowotnik/master > Merge pull request #859 from mjlbach/lazy_require_lspinfo > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #846 from joseeMDS/update-ocaml-defaults > [docgen] Update README.md skip-checks: true > Merge pull request #852 from Isti115/patch-1 > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #851 from bmatcuk/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #839 from nabezokodaikon/css-description > Merge pull request #840 from mjlbach/lsp_start_improvements > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #841 from Adnios/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #477 from dpretet/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #822 from mjlbach/minimal_config_v3 > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #800 from dewey92/stylelint-support > [docgen] Update README.md skip-checks: true > Merge pull request #830 from csaez/patch-1 > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #829 from Z5483/master > Merge pull request #833 from mjlbach/catch_autostart_error > Merge pull request #377 from tkonolige/master > [docgen] Update README.md skip-checks: true > Merge pull request #832 from mjlbach/fix_babel > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #831 from mjlbach/document_more_commands > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #820 from shihanng/tflint > Merge pull request #826 from mjlbach/remove_trim_and_pad > Merge pull request #789 from ttys3/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #823 from kraftwerk28/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #819 from ya-luotao/patch-2 > Merge pull request #816 from mjlbach/feature/update_minimal_config > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #814 from dradtke/jdtls-document-version > manual docgen > Merge pull request #809 from mjlbach/windows_documentation > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #806 from tamago324/pyright-package-json > Merge pull request #803 from mjlbach/remove_tbl_deep_extend > Merge pull request #802 from mjlbach/stop_start_restart > Merge pull request #799 from mjlbach/fixes > Merge pull request #788 from mjlbach/feature/add_vimdoc > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #797 from LuoZhongYao/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #795 from mhinz/lspinfo-highlighting > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #793 from mhinz/sumneko-disable-telemetry > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #792 from DoktorMike/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #489 from tzx/pyright-org-imports > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #769 from andersondanilo/feature/phpactor-support > Merge pull request #787 from mjlbach/update_readme > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #786 from mjlbach/fix_godot_docs > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #785 from mjlbach/improve_docgen > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #783 from polarmutex/beancount > Merge pull request #781 from mjlbach/bump_minimal_init > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #779 from sakhnik/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #778 from mjlbach/add_discourse_to_readme > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #707 from ngscheurich/haxe-language-server > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #768 from HiPhish/vala-ls > Merge pull request #775 from brandoncc/patch-1 > Merge pull request #774 from smolck/prefer-vim-api > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #772 from mjlbach/fix_clangd > Merge pull request #771 from runiq/fix-clangd-default-capabilities > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #765 from kitagry/fix-deno-scheme > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #767 from glepnir/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #751 from 88maomao/erlang-ls > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #757 from WhyNotHugo/patch-1 > Merge pull request #753 from kitagry/fix-deno-definition > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #755 from etrnal70/cargo-reload > Merge pull request #763 from ThatsNoMoon/ra-root_dir-deps > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #762 from teto/add-hls-specific-lspinfo > Merge pull request #760 from teto/lspinfo > Merge pull request #759 from ibraheemdev/patch-1 > Merge pull request #756 from kitagry/fix-deno-cache > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #747 from PhilT/lsp-config-for-fsharp > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #748 from PhilT/typo-in-sumneko-lua > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #744 from kitagry/add-denols-functions > Merge pull request #743 from rudotriton/patch-1 > Merge pull request #715 from mjlbach/fix_reloading > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #739 from mjlbach/hls_formatting > Update README.md > Merge pull request #738 from mjlbach/fix_autostart > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #721 from mjlbach/disable_autostart > Merge pull request #733 from mjlbach/fix_on_attach > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #735 from teto/notify > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #728 from lithammer/fix-document-highlight-augroup > Merge pull request #722 from halkn/fix-readmne > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #719 from lithammer/nimlsp-root-dir > Merge pull request #712 from glepnir/glepnir-patch-1 > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #710 from stevearc/stevearc-rust > Merge pull request #475 from mjlbach/fix_custom_config_documentation > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #706 from forkbomb9/patch-1 > [docgen] Update CONFIG.md skip-checks: true > Add sqls support (#422) > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #370 from HiPhish/jdtls > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #703 from mjlbach/fix_graphql_docgen > Merge pull request #562 from JoosepAlviste/master > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #658 from elianiva/feat/v-lang-server > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #686 from lithammer/bash-language-server-prevent-recursive-scanning > Merge pull request #702 from mjlbach/fix_docgen_2 > Merge pull request #671 from mjlbach/kotlin_update_roots > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #700 from mjlbach/update_omnisharp > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #508 from mjlbach/remove_dynamic_registration_workaround > Merge pull request #698 from mjlbach/remove_deprecated_commands > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #690 from teto/compact-lsp-info > [docgen] Update CONFIG.md skip-checks: true > Merge pull request #695 from mjlbach/fix_docgen_ci > Merge pull request #693 from mjlbach/feature_request_template > Merge pull request #680 from delphinus/feature/use-nvim-exec > Merge pull request #668 from mhartington/angularls-bin > Merge pull request #672 from mjlbach/refactor_lspinfo > Merge pull request #689 from ckipp01/dirname > Update bug_report.md > [docgen] Update README.md skip-checks: true > Merge pull request #679 from ckipp01/racket > Merge pull request #678 from mjlbach/pyright_update_root > vimls: change to use cwd instead of home for root > Merge pull request #677 from lithammer/fix-scry-root-pattern > Update bug_report.md > Merge pull request #673 from mjlbach/filetypes_nil_handling > Merge pull request #509 from mjlbach/remove_deprecated_handlers > Merge pull request #670 from mjlbach/add_executable_check > Merge pull request #661 from mjlbach/lspinfo_fix_display > Merge pull request #669 from mjlbach/fix_filetypes > Merge pull request #665 from mjlbach/fix_lsp_info_root_detect > Merge pull request #659 from mjlbach/disable_transparency_lspinfo > Merge pull request #651 from mjlbach/lsp_info > Merge pull request #657 from mjlbach/fix_rust_analyzer_root > Merge pull request #655 from ckipp01/metals > readme: add references to the wiki > Merge pull request #644 from jdrouhard/clangd_fix_capabilities > tsserver: fix luacheck error > Merge pull request #648 from mjlbach/rust_analyzer_root > Merge pull request #554 from mjlbach/typescript_fix_root > Merge pull request #649 from mjlbach/fix_custom_config > Merge pull request #647 from mjlbach/readme_on_attach > [docgen] Update README.md skip-checks: true > jdtls: fix spelling error > Merge pull request #646 from mjlbach/jdtls_fix_formatting > Merge pull request #645 from mjlbach/jdtls_fix_docs > Merge pull request #560 from mjlbach/readme_tweaks > Merge pull request #559 from pierreprinetti/readme_typo > Merge pull request #558 from mjlbach/readme_fix_function > Merge pull request #556 from mjlbach/solargraph_diagnostics > Merge pull request #555 from mjlbach/fix_rls_documentation > [docgen] Update README.md skip-checks: true > Merge pull request #553 from zhuangya/update-denols-doc > Update bug_report.md > Merge pull request #517 from mjlbach/issue_template_improvements > Merge pull request #552 from mjlbach/fix_typo > Merge pull request #549 from mjlbach/readme_updates > Merge pull request #547 from mjlbach/update_julia_documentation > Merge pull request #548 from mjlbach/vscode_html_languageserver_completion_doc > Merge pull request #546 from mjlbach/remove_vscode_doc_ccls > Merge pull request #545 from mjlbach/improve_root_pattern_documentation > Merge pull request #544 from mjlbach/clarify_on_new_config > Merge pull request #540 from mjlbach/angularls_fix_documentation > [docgen] Update README.md skip-checks: true > Merge pull request #543 from oberblastmeister/master > Merge pull request #542 from theHamsta/fix-sumneko-config-syntax-error > Merge pull request #539 from mjlbach/fix_vimls_docs > Merge pull request #491 from mjlbach/feature/add_denols > Merge pull request #535 from mjlbach/update_pr_template > Merge pull request #536 from mjlbach/sumneko_typo > Merge pull request #528 from mjlbach/improve_ccls_documentation > Merge pull request #525 from mjlbach/fix_texlab_build_args > Merge pull request #518 from mjlbach/jsonls_fix_formatting > [docgen] Update README.md skip-checks: true > Merge pull request #523 from akinsho/patch-1 > Merge pull request #520 from mjlbach/update_sumneko_lua_docs > Merge pull request #521 from mjlbach/update_tsserver_documentation > Merge pull request #498 from mjlbach/remove_installers > [docgen] Update README.md skip-checks: true > Merge pull request #519 from mjlbach/remove_rust_analyzer_workaround > [docgen] Update README.md skip-checks: true > [docgen] Update README.md skip-checks: true > Update sumneko lua docs > [docgen] Update README.md skip-checks: true > Merge pull request #481 from mjlbach/fix_rust-analyzer_nightly > [docgen] Update README.md skip-checks: true > Merge pull request #507 from mjlbach/remove_texlab_capabilities_fix > [docgen] Update README.md skip-checks: true > Merge pull request #505 from mjlbach/fix_filesystem_permissions > [docgen] Update README.md skip-checks: true > Merge pull request #352 from nathunsmitty/master > [docgen] Update README.md skip-checks: true > Merge pull request #503 from mjlbach/fix_texlab > [docgen] Update README.md skip-checks: true > Update bug report template (#480) > [docgen] Update README.md skip-checks: true > Merge pull request #501 from mjlbach/fix_docgen_v2 > Merge pull request #486 from pretentious7/master > [docgen] Update README.md skip-checks: true > Merge pull request #450 from lithammer/dont-use-homedir-as-root-dir > [docgen] Update README.md skip-checks: true > Merge pull request #437 from creativenull/fix-tsserver-rootdir > [docgen] Update README.md skip-checks: true > Merge pull request #420 from Gian12315/master > [docgen] Update README.md skip-checks: true > Merge pull request #385 from elianiva/svelte-lang-server > [docgen] Update README.md skip-checks: true > Fix macos CI > [docgen] Update README.md skip-checks: true > Merge pull request #499 from mjlbach/fix_docgen > Merge pull request #471 from mjlbach/feature/handle_registerCapability > Have leanls use util.find_git_ancestor. > Merge pull request #464 from mjlbach/feature/factor_out_autogen_doc > [docgen] Update README.md skip-checks: true > Merge pull request #470 from h-michael/deprecate-ghcide > Merge pull request #469 from h-michael/deprecate-ghcide > zig: nvim_lsp/zls.lua -> lspconfig/zls.lua > Merge pull request #392 from abenz1267/master > Merge pull request #453 from tormodatt/master > Merge pull request #355 from wuilliam321/groovyls-support > Merge pull request #438 from HiPhish/kotlin > Merge pull request #429 from jerrywang1981/master > Merge pull request #439 from benawas/master > Merge pull request #406 from igrep/purescriptls-win > pyright: Wrap settings correctly with python.analysis > Merge pull request #366 from Ogromny/zls_support > Remove before_init workaround > Merge pull request #358 from PatOConnor43/change-dart-init-options > Merge pull request #405 from mjlbach/feature/specify-unzip-dependency > Merge pull request #404 from mjlbach/fix-pyright-languageserver > Merge pull request #303 from mjlbach/feature/add-pyright-languageserver > Merge pull request #399 from Iron-E/patch-1 > [docgen] Update README.md skip-checks: true > Merge pull request #351 from lithammer/fix-terraformls-cmd > [docgen] Update README.md skip-checks: true > Merge pull request #371 from HiPhish/kotlin > [docgen] Update README.md skip-checks: true > Merge pull request #403 from h-michael/kotlin > [docgen] Update README.md skip-checks: true > Merge pull request #401 from h-michael/sourcekit > Merge pull request #400 from h-michael/script > Merge pull request #348 from h-michael/rename > Merge pull request #238 from steelsojka/angular-ls * aspects/vim/files/.vim/pack/bundle/opt/tcomment_vim 22f3707...a15822e (14): > XML style comments: don't escape "-" but "<!--" and "-->" FIX #288 > Merge pull request #287 from aca/master > Merge pull request #286 from alteriks/bind_named > Restrict use of /// to the rust filetype FIXES #282 > C-style comments: Support for /// etc. FIXES #282 > Merge pull request #281 from herrbischoff/patch-1 > Merge pull request #278 from itchyny/support-vim9-script > Merge branch 'master' of github.com:tomtom/tcomment_vim > tcomment#GuessCommentType(): Enrich return value > Add support for spss > Merge pull request #272 from tamago324/support-dot > Merge pull request #273 from amadeus/fix/typescript-alt > Merge pull request #271 from bradleymackey/master > FIX #269 Support for cuda * aspects/vim/files/.vim/pack/bundle/opt/typescript-vim 17d85d8...67e81e4 (5): > Merge pull request #185 from SeungUkLee/fix-link > Merge pull request #171 from iwikal/typescriptreact > Merge pull request #179 from z0rzi/patch-1 > Merge pull request #180 from nornagon/patch-1 > Merge pull request #181 from patstockwell/extend-global-objects * aspects/vim/files/.vim/pack/bundle/opt/ultisnips e35158d...b3fd902 (31): > Add deoplete completion source to the documentation (#1353) > Fix #1339 wrong cursor position in nested snippets (#1347) > Expand snipMate snippets with 'w' instead of 'i' (#1345) > Correctly handle escaping backslashes in Placeholder defaults (#1346) > Enable sponsorship. > Use a valid unite kind variable (#1338) > Expand snipMate snippets with 'i' option (#1336) > Fix shebangs in the repo to use python3. > Fix race condition in checking vim startup. (#1331) > Trigger build on pull requests. > Test more Python/Vim combinations and fix caching. (#1329) > Remove Travis Integration, enable GitHub Actions (#1330) > Added CanExpandSnippet, CanJumpForwards, CanJumpBackwards (#1314) > Enhancing the wording of an example (#1309) > Adds g:UltisnipsSnippetStorageDirectoryForUltiSnipsEdit (#1301) > docs: Update tabstop-generation README (#1272) (#1298) > Improve b:match_words pattern (#1288) > A trivial change to test travis-ci.com integration. (#1286) > Fix python 3.8 warning on start. (#1285) > autotrigger: trigger only on new characters insert (#1183) > Add description of choice tabstop. (#1224) > Python 3.5 Compatibility: Fix crash when snippet for current file does not exist (#1240) > Optimize choices, support space as a terminator for selection (#1261) > Add support to escape comma inside choice item by "\," (#1271) > Fix: DeprecationWarning from unescaped regex (#1279) > Update README.md (#1282) > Fix: bug in autojump-if-empty example (#1249) > Minimal typo fix (#1275) > Fix typo (#1257) > Clearer wording on the YCM warning (#1244) > Fix errors in state handling when switching buffers (#1229) * aspects/vim/files/.vim/pack/bundle/opt/undotree be23eac...271c565 (7): > Merge pull request #127 from maniac-en/patch-1 > Merge pull request #126 from develduan/master > Merge pull request #124 from kaldown/master > Merge pull request #123 from kunzaatko/master > Merge pull request #119 from jmembreno4194/master > Merge pull request #118 from jmembreno4194/master > Merge pull request #117 from yhu266/master * aspects/vim/files/.vim/pack/bundle/opt/vim-abolish 7e4da6e...3f0c8fa (5): > Allow escaped delimiter in substitution string > Include ag matching > Add support for ripgrep > FIX: Duplicate nmap should be vmap instead > Use getcurpos() to properly set curswant (#93) * aspects/vim/files/.vim/pack/bundle/opt/vim-dirvish b136fd2...9c0dc32 (6): > K: fix [count]K for old Vim > doc: rearrange image > doc: add image to readme > s:list_dir(): fix: 'wildignorecase' affects directory listing #184 > fix: Pattern delimiter not found #193 > handle backslash in pathname #190 * aspects/vim/files/.vim/pack/bundle/opt/vim-dispatch fe6a343...250ea26 (5): > Truncate finished message to prevent press ENTER prompt > Use v:echospace if available for echo width > Fix :Start on iTerm > Don't wait silently on :wall with 'confirm' > Add customizable message colors * aspects/vim/files/.vim/pack/bundle/opt/vim-eunuch 33e875b...dbbbf85 (3): > Also subject current buffer to 'buftype' check before writing > Fix #72: Detect the terminal is in local robustly > Allow renaming new files * aspects/vim/files/.vim/pack/bundle/opt/vim-fugitive caf3b1d...c926aad (158): > Fix deprecation error in :GBlame > Tighten up diff highlighting > Hunt other tabs for window on :tab Git > Fix capitalization > Change deprecated q and D maps to errors > Replace HEAD with @ > Require Git 1.8.5 or newer > Fix README formatting > Require Vim 7.4 or newer > Add note about :Gvdiffsplit > fugitive.vim 3.3 > Provide FugitiveConfigGetRegexp() > Provide FugitiveResult() > Support :Gwrite +aftercommand > Only do "guessed" :Gwrite behaviors with no argument > Fix :Git difftool work-tree paths > Fix :GBrowse :/ in bare repositories > Return empty string on FugitiveFind() with no Git dir > Fix :Gedit / > Fix status in bare repository > Account for invalid b:git_dir in FugitiveGitDir() > Proactively detect Git dir if autocommand hasn't triggered > Always set b:git_dir > Add deprecation warnings to :Glog and :Gstatus > Add :Glog and :Gstatus to list of opt-out legacy commands > Don't use pty on win32unix > Don't trigger BufWrite during :Git blame > Provide :GBrowse behavior in blame buffers > Don't rely on current buffer's Git dir for :GBrowse > Support all <cword> style expansions > Ignore :GBrowse line numbers for non-blob objects > Provide "." and "<C-R><C-G>" in blame buffers > Fix double "fugitive:" in error message > Add notices to deprecated lowercase commands > Add aliases for blame "-" map > Support :GBrowse {url} outside of Git repository > Pass <mods> along to URL opener > Use :echo not :echomsg for displaying :GBrowse URL > Jump to correct Unpushed/Unpulled section on reload > Handle non-config dictionary passed to FugitiveConfig() > URL escape :command special characters > Add git_dir key to :GBrowse API > Handle race condition closing job stdin > Don't discard deleted submodules > Add foldtext for hunk headers > Press escape to background :Git to preview window > Expand <cfile> > Make FugitiveChanged event aware of :Git result > Provide :Gedit - to open previous :Git output > Restore X on submodules > Don't trigger FugitiveChanged until :Git finishes output > Fix undesired line wrap in :Git output > Move edit sentinel removal out of resume handler > Eliminate blank line after resuming from GIT_EDITOR > Allow close callback to run before leaving job wait loop > Echo from wait loop, not job callback > Don't record last job until after completion > Unify remote resolution > Capture cwd of :Git command > Add error message when editing after Vim exit > Don't wait silently on :wall with 'confirm' > Don't try to send :Git process CTRL-C when stdin is closed > Retool :Git blame colored commits > Extract fugitiveblame ftplugin > Automatically mkdir when editing .git/info/exclude > Capture exit status of :Git > Pass private job state to s:RunWait() > Fix :GBrowse with no argument > Don't set foldmethod=syntax in historical buffers > Accept alternate syntax for :GBrowse remote > Tweak default list of paginated commands > Don't complete directories as subcommands > Handle tabs in commit subject > Forcefully disable colors on paginated :Git output > Unify temp state and job state > Replace broken check for nvim 0.5.0 > Use git --list-cmds= to complete subcommands > Retool completion of subcommands > Paginate :Git whatchanged > Clean up argument splitting utility functions > Expand ssh host aliases in remote urls > Capture :Git job output to temp file > Fix diff in status buffer > Default coo to identifier under cursor in temp buffers > Don't automatically enable syntax folding in status buffer > Revert "Support X for submodules" > Don't clobber alt buffer with :Gread > Make :Gdiffsplit! from common ancestor stage open ours and theirs > Don't expand # in :GBrowse http://example.com/#anchor > Update env workarounds for nvim > Support opting out of deprecated commands > Remove broken deprecated :Git merge calling mergetool > Partition public and private job state > Avoid :normal during status reload > Use unambiguous option keys for subcommand delegation > Fix inline diff expansion when foldmethod is not syntax > Retool discard operation during conflict > Fix remaining :Gremove and :Gmove references > Tiny optimization to s:Slash() > Act globally when invoking inline diff maps on Head: line > Ensure open folds after expanding inline diff > Feed custom file under cursor into netrw's gx > Remove Git dir checks on FileType events > Set b:git_dir early in BufReadCmd > End the guioptions+=! reign of terror > Fix staging partial hunk near EOF lacking newline > Add initial :echo before job > Replace blame shell fiddling with s:TempCmd() > Fix tab complete of tree objects > Fix argument parsing of :Gedit fugitive:\\... > Delete backing temp file upon wiping buffer > Rename temp state bufnr field to origin_bufnr > Don't try to reuse terminal buffers for status window edits > Add a FAQ about symlinks > Smarter diff jumping in :Git log > Add sourcehut plugin for :GBrowse to README > Provide some <mods> handling on quickfix commands > Better handling of git blame variable width date formats > Account for closing windows when reloading status > Resolve temp name used in :Git > Work around 'suffixes' in :Git completion > Move :Git --paginate helper function into :Git section > Fix :Gedit worktree-file > Provide error message when Netrw can't be loaded > Remove obsolete push/fetch docs > Use stderr for in-band job communication > Guard against diff.noprefix in commit buffers > Add Azure DevOps :GBrowse extension to README > Remove dispatch.vim backed fetch and push > Add deprecation notices to git subcommand wrappers > Retire old :Gsplit! family of temp buffer commands > Don't default to work tree on :Gedit invalidref:file > Emphasize poor quickfix performance in docs > Fix typo in helpfile > Avoid presenting verbose command output as error > Avoid window shenanigans if :diffoff restores options > Enable Help: header > Restore correct cursor position in commit buffer > Fix jumps from blame commits with ignore marks > Recover from deleted temp script > Disable 'swapfile' early > Don't override user :G > Fix reference to renamed function > Disable spell checking while blaming > Provide public diff closing function > Fix :Gwrite DWIM in commit messages > Avoid empty string keys to prevent Vim 7 error > Fix: digits in a user name was highlighted as time > Support partial staging after git add -N > Fix tab complete for :Git push --option > Recommend :Git log over :Gclog > Trigger OptionSet on automatic :diffoff > Improve weird :Ggrep --column quickfix title > Tighten syntax highlighting for SHA > Add Help: header > Refactor run loop > Extract s:RunEdit() > Fix stash map * aspects/vim/files/.vim/pack/bundle/opt/vim-git 117abeb...0fe3f4e (13): > Rebase: highlight empty commits > Allow keywordprg with pager with guioptions=! > Combine redundant groups > Highlight git blame --porcelain output > Disable spell checking in git hashes when viewing git files > Disable spell checking in git hashes when rebasing > Match hash references in commit bodies > Fix eager highlight of word diff > Include new and modified files > Sync timestamps with Vim 8.2 > Revert "Include new and modified files" > Fix gitrebase r/t > Include new and modified files * aspects/vim/files/.vim/pack/bundle/opt/vim-javascript 3c90d0c...f8345cd (4): > Add BigInt (#1239) > Add WeakRef (#1238) > Add support for _ in hex numbers > jsCatch can be followed by jsParenCatch or jsTryCatchBlock. (#1230) * aspects/vim/files/.vim/pack/bundle/opt/vim-lion 75306ac...ce46593 (1): > Spelling error README.md * aspects/vim/files/.vim/pack/bundle/opt/vim-markdown da5a7ac...8e5d86f (8): > Merge pull request #498 from jrwrigh/master > Merge pull request #492 from jrwrigh/master > Merge pull request #497 from AggroBoy/master > Merge pull request #477 from cdelledonne/insert-toc > Merge pull request #472 from kalafut/master > Merge pull request #486 from jbriales/master > Fix tex syntax test for latest syntax > Merge pull request #451 from yous/fix-url * aspects/vim/files/.vim/pack/bundle/opt/vim-pathogen c6bc424...e0a3efb (1): > Fix whitespace needed around colon-separated slice args * aspects/vim/files/.vim/pack/bundle/opt/vim-projectionist 1d95458...8dda7ac (5): > Limit BufFilePost detection to known good buffers > Add :Ptcd and :Tcd commands > Tentatively add O commands wrapping :drop > Use native json_decode() when available > Experimentally allow string values for delegation * aspects/vim/files/.vim/pack/bundle/opt/vim-repeat c947ad2...24afe92 (1): > Rework error return to prevent off-by-one in Ex mode * aspects/vim/files/.vim/pack/bundle/opt/vim-slime a811392...a522fed (14): > Replace ^D in _EscapeText_scala (#287) > Fix Kitty for nvim, other external sources > Update documentation for slime_paste_file (#278) > Clarify README, parts about keyboard mappings and config prompts (#272) > Add Elm to README > Normalize whitespace > Add ftplugin for elm files > Merge pull request #266 from jpalardy/fix-jobid > Revert "Use tmux bracketed paste" > Merge pull request #265 from carlocab/bracketed-paste > Merge pull request #264 from pacbard/master > Merge pull request #261 from Jacob-Bishop/ReadmeX11TargetUpdates > Merge pull request #258 from jpalardy/better-cell-delimiter > Merge pull request #255 from LeoKavanagh/master * aspects/vim/files/.vim/pack/bundle/opt/vim-speeddating fe98cfa...95da3d7 (1): > Ignore mswin.vim CTRL-A/CTRL-X overrides * aspects/vim/files/.vim/pack/bundle/opt/vim-zsh 953535b...55ca6ed (13): > ftplugin: do not start an interactive shell for run-help > ftplugin: make sure, shell is actually executable > Merge pull request #32 from dkearns/fix-character-escape-sequence-highlighting > update header > syntax: slightly readjust the math expression syntax > syntax: update metadata fix inconsistent indentation > syntax: (( )) is a arithmethic region (fixes #31) > Merge pull request #28 from dkearns/extract-compiler-plugin > Merge pull request #29 from dkearns/fix-case-sensitivity-of-typeset-and-friends > Merge pull request #30 from dkearns/fix-highlighting-of-commented-out-function-definitions > Merge pull request #26 from guidocella/cdsilent > ftplugin: Undefine MANPAGER before running run-help > Merge pull request #24 from benknoble/patch-1
Upstream deleted the `master` branch, replacing it with `main`: Fetching origin From https://github.com/chriskempson/base16-schemes-source - [deleted] (none) -> origin/master (refs/remotes/origin/HEAD has become dangling) remote: Enumerating objects: 16, done. remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 100% (16/16), done. remote: Total 16 (delta 4), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (16/16), 6.91 KiB | 372.00 KiB/s, done. * [new branch] main -> origin/main Remarkably, current `HEAD` of `main` isn't even a descendant of The Branch Formerly known as `master`: * vendor/base16-schemes-source e720724...944dbc7 (88): > Update list.yaml > Update README.md > Update list.yaml > Update README.md > Add files via upload < Add Sakura scheme (#73) < Add pinky scheme < Add Shades of Purple scheme (#75) < Add qualia to list.yaml < Merge pull request #79 from CosmosAtlas/patch-1 < Add windows theme (#83) < Merge pull request #84 from casonadams/master < Merge pull request #85 from edunfelt/master < Merge pull request #66 from DanManN/master < Merge pull request #77 from akhsiM/master < Merge pull request #80 from Misterio77/patch-2 < Merge pull request #81 from cveldy/master < Add Nebula scheme (#70) < Add "colors" color scheme (#68) < Add Pasque color scheme (#69) < Add vice scheme (#65) < Merge pull request #64 from kjakapat/master < Added darkmoss scheme (#55) < Merge pull request #63 from andreyvpng/master < Merge pull request #60 from tartansandal/tartansandal-add-dirtysea-scheme < Update list.yaml < Merge pull request #58 from jpfender/nord-fix < Re-enable summercamp < Merge pull request #53 from carloabelli/equilibrium-scheme < Merge pull request #62 from humanoid-colors/humanoid < Merge pull request #61 from ruler501/patch-1 < Merge pull request #59 from Schnouki/patch-1 < Merge pull request #56 from callerc1/master < Merge pull request #54 from cjayross/master < Merge pull request #52 from Whillikers/master < Re-add sandcastle and nova < Merge pull request #51 from alexmirrington/master < Merge pull request #50 from jssee/framer-scheme < Merge pull request #49 from base16-project/master < Merge pull request #42 from ajlende/patch-2 < Merge pull request #41 from tealeg/patch-1 < Merge pull request #40 from archmalet/master < Merge pull request #39 from jonleopard/master < Merge pull request #38 from jozip/master < Merge pull request #36 from aramisgithub/patch-3 < Merge pull request #35 from h404bi/patch-1 < Merge pull request #34 from metalelf0/master < Merge pull request #33 from aramisgithub/patch-1 < Merge pull request #32 from piggyslasher/patch-1 < Merge pull request #31 from joshyrobot/patch-1 < Merge pull request #30 from mnussbaum/solarflare < Merge pull request #29 from hugodelahousse/patch-1 < Merge pull request #28 from blockloop/patch-1 < Merge pull request #27 from icyphox/master < Update README.md < Merge pull request #26 from AuditeMarlow/add-porple-scheme < Merge pull request #25 from gonsie/master < Merge pull request #24 from gidsi/master < Merge pull request #23 from mikebarkmin/patch-1 < Merge pull request #22 from WhiteAbeLincoln/patch-1 < Update list.yaml < Merge pull request #21 from ntpeters/patch-1 < Merge pull request #19 from elnawe/master < Merge pull request #18 from Pokeconomist/patch-1 < Merge pull request #14 from detly/master < Merge pull request #17 from purpleKarrot/master < Merge pull request #15 from Defman21/patch-3 < Merge pull request #16 from stepchowfun/add-circus < Merge pull request #13 from 8-uh/patch-1 < Merge pull request #12 from vic/patch-1 < Merge pull request #11 from dawikur/master < Update README.md < Update list.yaml < Merge pull request #10 from jcornwall/master < Merge pull request #9 from mikebarkmin/patch-1 < Merge pull request #8 from tilal6991/master < Merge branch 'joshwlewis-patch-1't push origin master < Merge branch 'cscorlt push origin masterey-patch-1' < t push origin masterMerge branch 'hartbit-master' < Merge pull request #4 from Defman21/patch-2 < Merge pull request #3 from drzel/master < Merge branch 'refs/heads/pr/2' < Merge pull request #1 from atelierbram/atelier < Adds unclaimed schemes < Create README.md < Initial commit < Revert ":octocat: Added .gitattributes" < :octocat: Added .gitattributes So here is a diff (via `cd vendor/base16-schemes-source && git diff e720724..944dbc7`) for posterity: ```diff diff --git a/README.md b/README.md index c8feea9..28e0932 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,82 @@ # Base16 Schemes Source By adding your repository to this list your scheme will be available to all Base16 Builders. All schemes added to this repository list **must** be released under the MIT (or more permissive) licence. -Please list your scheme under https://github.com/chriskempson/base16#scheme-repositories so that others may find it easily. + +## Scheme Repositories + +To add your own scheme, submit a pull request and add your repository to the list below. **Repository naming scheme: base16-[scheme-name]-scheme** (with dashes as separators). + +### Official Schemes +* [Default](https://github.com/chriskempson/base16-default-scheme) maintained by [chriskempson](https://github.com/chriskempson) + +### Community Contributed Schemes +* [Apprentice](https://github.com/casonadams/base16-apprentice-scheme) maintained by [casonadams](https://github.com/casonadams) +* [Atelier](https://github.com/atelierbram/base16-atelier-schemes) maintained by [atelierbram](https://github.com/atelierbram) +* [Atlas](https://github.com/ajlende/base16-atlas-scheme) maintained by [ajlende](https://github.com/ajlende) +* [Black Metal](https://github.com/metalelf0/base16-black-metal-scheme) maintained by [metalelf0](https://github.com/metalelf0) +* [Brogrammer](https://github.com/piggyslasher/base16-brogrammer-scheme) maintained by [piggyslasher](https://github.com/piggyslasher) +* [Brush Trees](https://github.com/whiteabelincoln/base16-brushtrees-scheme) maintained by [whiteabelincoln](https://github.com/whiteabelincoln) +* [Circus](https://github.com/stepchowfun/base16-circus-scheme) maintained by [stepchowfun](https://github.com/stepchowfun) and [ewang12](https://github.com/ewang12) +* [Classic](https://github.com/detly/base16-classic-scheme) maintained by [detly](https://github.com/detly) +* [Codeschool](https://github.com/blockloop/base16-codeschool-scheme) maintained by [blockloop](https://github.com/blockloop) +* [Colors](https://github.com/hakatashi/base16-colors-scheme) maintained by [hakatashi](https://github.com/hakatashi) +* [Cupertino](https://github.com/Defman21/base16-cupertino) maintained by [Defman21](https://github.com/Defman21) +* [DanQing](https://github.com/CosmosAtlas/base16-danqing-scheme) maintained by [CosmoAtlas](https://github.com/CosmosAtlas) +* [Darcula](https://github.com/casonadams/base16-darcula-scheme) maintained by [casonadams](https://github.com/casonadams) +* [Darkviolet](https://github.com/ruler501/base16-darkviolet-scheme) maintained by [ruler501](https://github.com/ruler501) +* [Dracula](https://github.com/dracula/base16-dracula-scheme) maintained by [mikebarkmin](https://github.com/mikebarkmin) +* [Equilibrium](https://github.com/carloabelli/base16-equilibrium-scheme) maintained by [carloabelli](https://github.com/carloabelli) +* [Espresso](https://github.com/alexmirrington/base16-espresso-scheme) maintained by [alexmirrington](https://github.com/alexmirrington) +* [Eva](https://github.com/kjakapat/base16-eva-scheme) maintained by [kjakapat](https://github.com/kjakapat) +* [Framer](https://github.com/jssee/base16-framer-scheme) maintained by [jssee](https://github.com/jssee) +* [Fruit Soda](https://github.com/jozip/base16-fruit-soda-scheme) maintained by [jozip](https://github.com/jozip) +* [Gigavolt](https://github.com/Whillikers/base16-gigavolt-scheme) maintained by [Whillikers](https://github.com/Whillikers) +* [Github](https://github.com/Defman21/base16-github-scheme) maintained by [Defman21](https://github.com/Defman21) +* [Gruvbox](https://github.com/dawikur/base16-gruvbox-scheme) maintained by [dawikur](https://github.com/dawikur) +* [Hardcore](https://github.com/callerc1/base16-hardcore-scheme) maintained by [callerc1](https://github.com/callerc1) +* [Helios](https://github.com/reyemxela/base16-helios-scheme) maintained by [reyemxela](https://github.com/reyemxela) +* [Heetch](https://github.com/tealeg/base16-heetch-scheme) maintained by [tealeg](https://github.com/tealeg) +* [Horizon](https://github.com/michael-ball/base16-horizon-scheme) maintained by [michael-ball](https://github.com/michael-ball) +* [Humanoid](https://github.com/humanoid-colors/base16-humanoid-schemes) maintained by [tasmo](https://github.com/tasmo) +* [iA](https://github.com/aramisgithub/base16-ia-scheme) maintained by [aramisgithub](https://github.com/aramisgithub) +* [Icy](https://github.com/icyphox/base16-icy-scheme) maintained by [icyphox](https://github.com/icyphox) +* [Kimber](https://github.com/akhsiM/base16-kimber-scheme) maintained by [Mishka](https://github.com/akhsiM) +* [Materia](https://github.com/Defman21/base16-materia) maintained by [Defman21](https://github.com/Defman21) +* [Material Theme](https://github.com/ntpeters/base16-materialtheme-scheme) maintained by [ntpeters](https://github.com/ntpeters) +* [Material Vivid](https://github.com/joshyrobot/base16-material-vivid-scheme) maintained by [joshyrobot](https://github.com/joshyrobot) +* [Mellow](https://github.com/gidsi/base16-mellow-scheme) maintained by [gidsi](https://github.com/gidsi) +* [Mexico-Light](https://github.com/drzel/base16-mexico-light-scheme) maintained by [drzel](https://github.com/drzel) +* [Nebula](https://github.com/Misterio77/base16-nebula-scheme) maintained by [Misterio77](https://github.com/Misterio77) +* [Nord](https://github.com/8-uh/base16-nord-scheme) maintained by [8-uh](https://github.com/8-uh) +* [Nova](https://github.com/gessig/base16-nova-scheme) maintained by [gessig](https://github.com/gessig) +* [One Light](https://github.com/purpleKarrot/base16-one-light-scheme) maintained by [purpleKarrot](https://github.com/purpleKarrot) +* [Onedark](https://github.com/tilal6991/base16-onedark-scheme) maintained by [tilal6991](https://github.com/tilal6991) +* [Outrun](https://github.com/hugodelahousse/base16-outrun-schemes) maintained by [hugodelahousse](https://github.com/hugodelahousse) +* [PaperColor](https://github.com/jonleopard/base16-papercolor-scheme) maintained by [jonleopard](https://github.com/jonleopard) +* [Pasque](https://github.com/Misterio77/base16-pasque-scheme) maintained by [Misterio77](https://github.com/Misterio77) +* [pinky](https://github.com/b3nj5m1n/base16-pinky-scheme) maintained by [b3nj5m1n](https://github.com/b3nj5m1n) +* [Porple](https://github.com/AuditeMarlow/base16-porple-scheme) maintained by [AuditeMarlow](https://github.com/AuditeMarlow) +* [Purpledream](https://github.com/archmalet/base16-purpledream-scheme) maintained by [archmalet](https://github.com/archmalet) +* [Qualia](https://github.com/isaacwhanson/base16-qualia-scheme) maintained by [isaacwhanson](https://github.com/isaacwhanson) +* [Rebecca](https://github.com/vic/base16-rebecca) maintained by [vic](https://github.com/vic) +* [Rosé Pine](https://github.com/edunfelt/base16-rose-pine-scheme) maintained by [edunfelt](https://github.com/edunfelt) +* [Sagelight](https://github.com/cveldy/base16-sagelight-scheme) maintained by [cveldy](https://github.com/cveldy) +* [Sakura](https://github.com/Misterio77/base16-sakura-scheme) maintained by [Misterio77](https://github.com/Misterio77) +* [Sandcastle](https://github.com/gessig/base16-sandcastle-scheme) maintained by [gessig](https://github.com/gessig) +* [Shades of Purple](https://github.com/ahmadawais/base16-shades-of-purple) maintained by [Ahmad Awais](https://github.com/ahmadawais) and [Demartini](https://github.com/demartini) +* [Silk](https://github.com/Misterio77/base16-silk-scheme) maintained by [Misterio77](https://github.com/misterio77) +* [Snazzy](https://github.com/h404bi/base16-snazzy-scheme) maintained by [h404bi](https://github.com/h404bi) +* [Solarflare](https://github.com/mnussbaum/base16-solarflare-scheme) maintained by [mnussbaum](https://github.com/mnussbaum) +* [Solarized](https://github.com/aramisgithub/base16-solarized-scheme) maintained by [aramisgithub](https://github.com/aramisgithub) +* [Summercamp](https://github.com/zoefiri/base16-summercamp) maintained by [zoe firi](https://github.com/zoefiri) +* [Summerfruit](https://github.com/cscorley/base16-summerfruit-scheme) maintained by [cscorley](https://github.com/cscorley) +* [Synth Midnight](https://github.com/michael-ball/base16-synth-midnight-scheme) maintained by [michael-ball](https://github.com/michael-ball) +* [Tender](https://github.com/DanManN/base16-tender-scheme) maintained by [DanManN](https://github.com/DanManN) +* [Twilight](https://github.com/hartbit/base16-twilight-scheme) maintained by [hartbit](https://github.com/hartbit) +* [Unikitty](https://github.com/joshwlewis/base16-unikitty) maintained by [joshwlewis](https://github.com/joshwlewis) +* [Vice](https://github.com/Thomashighbaugh/base16-vice-scheme) maintained by [Thomashighbaugh](https://github.com/Thomashighbaugh) +* [Windows](https://github.com/C-Fergus/base16-windows-scheme) maintained by [C-Fergus](https://github.com/C-Fergus) +* [Woodland](https://github.com/jcornwall/base16-woodland-scheme) maintained by [jcornwall](https://github.com/jcornwall) +* [Zenburn](https://github.com/elnawe/base16-zenburn-scheme) maintained by [elnawe](https://github.com/elnawe) +* [XCode Dust](https://github.com/gonsie/base16-xcode-dusk-scheme) maintained by [gonsie](https://github.com/gonsie) +* [Old Unclaimed Schemes](https://github.com/chriskempson/base16-unclaimed-schemes) - If your scheme is in this repository, please give it a new home! diff --git a/list.yaml b/list.yaml index d0e6116..6382e24 100644 --- a/list.yaml +++ b/list.yaml @@ -1,4 +1,7 @@ -# Please order list alphanumerically +# Offical Base16 Schemes +default: https://github.com/chriskempson/base16-default-schemes + +# Community Contributed Schemes - Please order list alphanumerically apprentice: https://github.com/casonadams/base16-apprentice-scheme atelier: https://github.com/atelierbram/base16-atelier-schemes atlas: https://github.com/ajlende/base16-atlas-scheme @@ -14,7 +17,6 @@ darcula: https://github.com/casonadams/base16-darcula-scheme darkmoss: https://github.com/avanzzzi/base16-darkmoss-scheme darkviolet: https://github.com/ruler501/base16-darkviolet-scheme danqing: https://github.com/CosmosAtlas/base16-danqing-scheme -default: https://github.com/chriskempson/base16-default-schemes dirtysea: https://github.com/tartansandal/base16-dirtysea-scheme dracula: https://github.com/dracula/base16-dracula-scheme edge: https://github.com/cjayross/base16-edge-schemes @@ -25,6 +27,7 @@ framer: https://github.com/jssee/base16-framer-scheme fruit-soda: https://github.com/jozip/base16-fruit-soda-scheme gigavolt: https://github.com/Whillikers/base16-gigavolt-scheme github: https://github.com/Defman21/base16-github-scheme +gruber: https://github.com/nimaipatel/base16-gruber gruvbox: https://github.com/dawikur/base16-gruvbox-scheme hardcore: https://github.com/callerc1/base16-hardcore-scheme heetch: https://github.com/tealeg/base16-heetch-scheme @@ -40,6 +43,7 @@ material-vivid: https://github.com/joshyrobot/base16-material-vivid-scheme mellow: https://github.com/gidsi/base16-mellow-scheme mexico-light: https://github.com/drzel/base16-mexico-light-scheme nebula: https://github.com/Misterio77/base16-nebula-scheme +nord: https://github.com/spejamchr/base16-nord-scheme nova: https://github.com/gessig/base16-nova-scheme onedark: https://github.com/tilal6991/base16-onedark-scheme one-light: https://github.com/purpleKarrot/base16-one-light-scheme @@ -65,7 +69,6 @@ summerfruit: https://github.com/cscorley/base16-summerfruit-scheme synth-midnight: https://github.com/michael-ball/base16-synth-midnight-scheme tango: https://github.com/Schnouki/base16-tango-scheme tender: https://github.com/DanManN/base16-tender-scheme -tomorrow: https://github.com/chriskempson/base16-tomorrow-scheme twilight: https://github.com/hartbit/base16-twilight-scheme unikitty: https://github.com/joshwlewis/base16-unikitty vice: https://github.com/Thomashighbaugh/base16-vice-scheme @@ -77,9 +80,3 @@ zenburn: https://github.com/elnawe/base16-zenburn-scheme # If your scheme is in this repository, please give it a new home! unclaimed: https://github.com/chriskempson/base16-unclaimed-schemes - -# NOTE: the original repo at https://github.com/8-uh/base16-nord-scheme -# is based on another color scheme and doesn't quite match. There was a -# fork to improve the colors, so that's what we're using. If the original -# repo ever gets updated, we can switch back to that. -nord: https://github.com/spejamchr/base16-nord-scheme ```
End-of-year yard-work. * aspects/dotfiles/files/.config/yazi/vendor/plugins 932b931...71c4fc2 (35): > refactor: use v0.4 `Error` type for error handling > refactor: remove compatibility code for Yazi 0.3 > refactor(full-border): remove `v4` function since Yazi v0.4 is released (#42) > feat: add more mime types > docs: remove note about nightly for `git.yazi` since it's now released as v0.4.1 > docs: update for 0.4 > feat: add mime types for .gitignore and .luacheckrc > fix: wrong mime type for .rar files > fix!: remove the `vnd.` prefix from mimetype to solve differences introduced in the newest version of `file(1)` 5.46 > chore: update checklist label in discussion and issue templates > feat: add .gitconfig to mime-ext.yazi > feat: support Yazi 0.4 for lsar and mactag, sxyazi/yazi#1966 > fix: mime-ext plugin should not run on dummy files > fix: use application/octet-stream as default mime type, closes #36 > docs: update READMEs for Yazi 0.4 > docs: add smart-enter.yazi to the list of plugins > feat: add smart-enter.yazi plugin > fix!: eliminate the `x-` prefix in mime-types > refactor: use `job` instead of `args` > fix: v4 changes in the preset `mime` plugin, closes #33 > fix: use `args` instead of `self` for fetchers > feat(mime-ext): add terraform types & remove duplicated js line (#31) > refactor: simplify the sudo demo for better readability > fix: wrong comment about error code in run_with_sudo > feat: add sudo-demo plugin > feat: add `@sync entry` metadata to hide-preview and max-preview > feat: compatibility with Yazi v0.4 for the `no-status` plugin > chore: fix typo in discussion template > chore: add discussion template > feat: support git worktree, closes #29 > docs: add tips for the max-preview plugin > feat: update mimetype for SubStation Alpha (.ass) (#27) > fix: compatibility with Yazi v0.4 for full-border.yazi > fix: compatibility with Yazi v0.4 > feat: compatibility with Yazi 0.4 * aspects/dotfiles/files/.zsh/skim b2e1aa6...74b2ea9 (362): > chore: release master (#670) > fix: remove atty (#671) > chore: release master (#656) > chore(deps): bump env_logger from 0.11.5 to 0.11.6 (#668) > chore(deps): bump clap_complete from 4.5.39 to 4.5.40 (#667) > chore(deps): bump which from 7.0.0 to 7.0.1 (#666) > fix: update rank to follow the readded index tiebreak (#669) > chore(deps): bump clap_complete from 4.5.38 to 4.5.39 (#665) > chore(deps): bump chrono from 0.4.38 to 0.4.39 (#661) > chore(deps): bump clap from 4.5.21 to 4.5.23 (#662) > fix: Fix non-functional vim plugin (#659) > chore: release master (#655) > ci: fix release config > ci: fix release-please config > update release-please manifest > Revert "chore: release master (#647)" (#654) > chore: release master (#647) > docs: add note about fuzziness of interactive examples (fixes #543) > fix: fix --tmux quoting (#643) > docs: missing backtick in install commands (#646) > chore(deps): bump indexmap from 2.6.0 to 2.7.0 (#645) > fix: revert README overwrite > chore: release master (#642) > chore: cargo fmt > fix: clippy pedantic on lib.rs > fix: fix token permissions for release file > chore: release master (#641) > chore: cargo fmt > fix: clippy pedantic on main.rs > chore: remove cli feature from skim > fix: fix missing var in CI > chore: release master (#640) > fix: make item module public (closes #568) > fix: do not run tests in release workflow > chore: release master (#639) > ci: cleanup > ci: avoid duplicate test runs > ci: exit success when nothing to commit > ci: use token in checkout > ci: skip ci on modified files > ci: manually use gh app for push > ci: use gh app for push > ci: use gh app for token > ci: use PAT for release-please to trigger downstream ci > ci: simplify release ci > ci: use cache for xtask > ci: test push with explicit ref > ci: fix push > fix ci > fix pr ci > fix ci > fix: fix urls in cargo.toml > fix: fix ci > ci: generate files in PR (#638) > chore: release master (#637) > fix: set toolchain > chore: release master (#636) > test(ci): check for string > dbg > test(ci): fix dash in test > test(ci): add debug > chore: release master (#635) > fix(ci): replace underscore with dashes > test(ci): test with subpath > chore: release master (#634) > fix(ci): skip extra packages > chore: cleanup failed releases > test(ci): test with crate root > fix(ci): remove extra modules > chore: release master (#633) > feat(tui): add info hidden (#630) > fix(ci): use stable toolchain > fix(ci): fix extra dot > fix(ci): fix templating > fix(ci): remove string from cond > chore: release master (#632) > fix(ci): use correct tag > test(ci): try downgrading cargo.toml > fix(ci): bump minor for feat > fix(ci): do not bump major > fix(ci): use absolute path for changelog > fix(ci): set skim changelog path > fix(ci): set skim version > fix(ci): test with different release-please config > fix(ci): use release-please in workspace root > fix(ci): add intermediary step for release > fix(ci): use different syntax for conditions > fix(ci): remove needs in release-please condition > fix(ci): use subpath for release-please outputs > fix(ci): release-please permissions on job level > fix: undo sk-tmux deprecation > fix(ci): set release-please path > fix(ci): fix clippy os > ci: fix condition > ci: fix release-please target branch > ci: readd crate to release-please > test: migrate e2e to rust (#629) > release v0.14.3 (fix release CI) > release v0.14.2 (fix release CI) > release v0.14.1 (fix release CI) > release v0.14.0 > docs: add fzf-lua and nu_plugin_skim to the README (#626) > feat: add `--tmux` flag (deprecates sk-tmux, fixes #596) (#603) > chore: remove ci dir (#627) > feat!: do not check for expect before printing the argument of accept… (#625) > fix: allow combined multiple args (fixes #622) (#623) > Fix example link and some typo in Readme (#605) > docs: link all PRs, issues, commits and authors in CHANGELOG (#621) > add changelog generation to release ci > docs: update changelog from github releases (#620) > chore: improve PR ci (#617) > chore: bump env_logger from 0.9.3 to 0.11.5 (#615) > chore: bump nix from 0.25.1 to 0.29.0 (#614) > chore: bump unicode-width from 0.1.14 to 0.2.0 (#616) > feat: readd index tiebreak (#609) > release v0.13.0 > feat: allow more flexibility for use as a library (#613) > chore: add pull request template (#608) > release v0.12.0 > feat: add reload action (#604) > release v0.11.12 > fix: remove index tiebreak from shell bindings (#611) > chore: remove some platform-specific quirkinesses from e2e (#602) > Add support for install on Linux armv7l, aarch64 and Darwin arm64 (#413) > Fix workflow badge & remove references to lotabout in repo url > release v0.11.11 > hotfix: readd version arg (#606) > Update README.md > Update README.md > revert tag for next release > force to tag > force to tag > force changelog from tag > bump version > fix readme name > fix package name > import updated ci > use default token > fix permissions > fix: fix github publish action > feat: use clap & derive for options, manpage & completions (#586) > Bump env_logger from 0.9.3 to 0.11.5 (#601) > Return items of multi-select in order of selection (#468) > chore: remove bitflags (#579) > add guix package manager instructions (#487) > Added installation command for void linux (#560) > chore: remove atty (#587) > Remove dependency to time crate (#591) > ansi parser: fix dim / half-bright (#563) > Bump unicode-width from 0.1.10 to 0.2.0 (#580) > Bump nix from 0.25.0 to 0.29.0 (#589) > Bump lazy_static from 1.4.0 to 1.5.0 (#590) > Bump regex from 1.6.0 to 1.11.1 (#592) > fix #398 shift-up/down was bind to wrong action (#399) > Pass --cmd-history instead of --history for interactive commands in vim (#461) > [shell] replace perl with awk in key-bindings.zsh and include date or time if available (#449) > Implement `std::ops::Add` for AnsiString (#433) > Cargo: remove unuseful entries (#382) > Bump shlex from 1.1.0 to 1.3.0 (#556) > Merge pull request #585 from yazgoo/add-contributing.md > Bump derive_builder from 0.11.2 to 0.20.2 (#583) > Bump vte from 0.11.0 to 0.13.0 (#582) > Bump log from 0.4.17 to 0.4.22 (#581) > Create dependabot.yml > chore: fix clippy > remove -K and -R flags from tmux popup: uknown flags (#551) > Merge pull request #528 from sisrfeng/wf_PR > Merge pull request #529 from yazgoo/master > Merge pull request #522 from vitaly-zdanevich/patch-1 > Merge pull request #523 from TD-Sky/discord > Merge pull request #519 from yazgoo/master > Merge pull request #517 from lotabout/yazgoo-patch-1 > Merge pull request #516 from lotabout/bump > Merge pull request #488 from onatm/master > Merge pull request #492 from yazgoo/master > Merge pull request #489 from anthraxx/fix/clap-version-option > Merge pull request #475 from EdenEast/chore/cli-deps-cleanup > Merge pull request #486 from yazgoo/master > Merge pull request #485 from yazgoo/master > Merge pull request #484 from yazgoo/master > Merge pull request #472 from yazgoo/tranparency-on-start > Merge pull request #471 from grant0417/master > Merge pull request #478 from TD-Sky/master > Merge pull request #481 from mgttlinger/patch-1 > Merge pull request #458 from lotabout/dependabot/cargo/regex-1.5.5 > Merge pull request #406 from PCouaillier/chore/remove-nightly-mention > Merge pull request #435 from makovich/preview_window_args > Merge pull request #417 from terror/downcast-example > Merge pull request #429 from io12/fix-audit > Merge pull request #392 from Sweenu/patch-1 > fix tests on MacOS > fix tests on MacOS > Merge pull request #391 from lotabout/feat/github-actions > fix #384 support ctrl-left/right > fix #387 `command | sk-tmux` not working > sk-tmux sync with fzf (6c9adea) > fix #376 noticeable input delay on interactive delay > fix #386 tuikit would freeze on unknown keystrokes > Merge pull request #389 from x4121/hotfix/beef_data_races > support bracketed paste mode > Merge pull request #381 from Mephistophiles/deps > Merge pull request #333 from SirWindfield/patch-1 > Merge pull request #379 from marcusbuffett/patch-1 > Merge pull request #380 from n8henrie/patch-1 > Merge pull request #377 from mb720/patch-1 > Merge pull request #374 from pickfire/patch-1 > version 0.9.3 > fix #369: disable select-1/exit-0 after read done > fix #372: don't auto-bind 'enter' key if expect was set > fix: ansi parse error for multi-bytes string > version 0.9.2 > Merge pull request #367 from lotabout/ticket-365 > new action: `refresh-cmd` and `refresh-preview` > Merge pull request #364 from lotabout/ticket-361 > Merge pull request #362 from lotabout/ticket-359 > Merge pull request #360 from tbehner/master > Merge pull request #358 from lhaeger/master > Merge pull request #357 from jihchi/patch-1 > version 0.9.1 > doc for preview-window scroll offset > upgrade tuikit, the mouse events had problem > fix: preview's scroll could be 0 > fix: pre-select-items select '' by default > fix: clippy > fix: multiple preview options won't merge > fix: reduce flickering of preview window > feature: support initial scroll for preview window > fix: tiebreak should contains score by default > fix: ansi merge fragments (typo) > version 0.9.0 > update doc > sync shell scripts with fzf(6c9adea) > upgrade tuikit to 0.4.1 > fix #328: `--no-clear-if-empty` to preserve selection > fix #338: expose key, event in SkimOutput > fix #309: support pre-selection > fix: multiple selection (regression in 1d72fca) > refactor: separate MatchResult from MatchedItem > Merge pull request #321 from wucke13/master > Merge pull request #337 from Konfekt/patch-1 > implement `--sync` > support `--exit-0` > fix #218: implement `--select-1` > fix #353: cargo update > [vim] sync with fzf's latest plugin(6c9adea) > feature: support skip-to-pattern > support negative horizontal scroll > feature: implement `--keep-right` > fix: do no auto scroll for customized items > Fix: ansi color were not shown for DefaultSkimItem > move double click implementation to tuikit > fix #312: mouse click and page up/down out of bound > fix: some options are broken (introduced by 08bc067) > fix #300: move reader related options to default reader > deprecate option `replstr` > fix: ensure the matching range is within bound > fix #324: support option `--no-clear` > refactor: demangle lib and bin implementations > feature: unicode spinner > fix #341: support multiline header > clippy > fix #342 expose preview context > fix #344: implement text() and display() correctly > fix: upgrade fuzzy-matcher to fix wrong matching indices > [ansi] support highlight-only indices > Merge pull request #352 from lotabout/ticket-349 > Merge pull request #351 from lotabout/ticket-349 > Merge pull request #350 from lotabout/feat/reduce-memory-footprint > Merge pull request #345 from pkubik/master > upgrade fuzzy-matcher to 0.3.5 > Merge pull request #327 from lotabout/ticket-326 > Merge pull request #221 from aldhsu/tiebreak-by-length > Merge pull request #304 from lotabout/revert-303-ticket-291 > Merge pull request #316 from makovich/half-page-actions > Merge pull request #325 from lotabout/feature/reduce-memory > fix: orderedvec won't preserve insertion order > remove the usage of ItemWrapper to reduce memory > don't use the index embedded in itemwrapper > remove index field from rank > implement `--no-sort` option > [orderedvec] support tac and nosort > [orderedvec] defer merging when fetching > version 0.8.2 > fix #308: hangs on initialization > Merge pull request #303 from lotabout/ticket-291 > Merge pull request #302 from marsam/fix-bash-completion > Merge pull request #299 from lotabout/ticket-298 > version 0.8.1 > Merge pull request #296 from caixiangyue/fix-typo > Merge pull request #295 from lotabout/fix-259 > Merge pull request #294 from lotabout/fix-logger-settings > Merge pull request #290 from emmanueltouzery/history_norepeat > Merge pull request #287 from lotabout/ticket-248 > Merge pull request #286 from lotabout/fix/nth-preview > Merge pull request #285 from lotabout/feature/reduce-memory > Merge pull request #283 from BlindingDark/master > [shell] sync fzf's latest shell bindings > Merge pull request #282 from lotabout/ticket-278 > Merge pull request #281 from lotabout/ticket-276 > Merge pull request #280 from lotabout/fix-sigpipe > Merge pull request #275 from lotabout/ticket-273 > [vim] support skim's command history > Merge pull request #272 from lotabout/fix/63 > Merge pull request #270 from lotabout/version-0.8.0 > Merge pull request #271 from lotabout/fix-tests > Merge pull request #269 from lotabout/ticket-219 > Fix: "enter" key not printed with expect keys > Merge pull request #268 from lotabout/feat-asany > Merge pull request #267 from lotabout/upgrade-tuikit > Merge pull request #266 from lotabout/fix-heartbeat > Merge pull request #265 from lotabout/ticket-216 > Merge pull request #264 from lotabout/ticket-226 > Merge pull request #263 from lotabout/ticket-254 > Merge pull request #262 from lotabout/ticket-235 > update cases on behavior change of multi-selection > fix clippy warnings > refactor event: use enum instead of (type + arg) > Merge pull request #260 from lotabout/ticket-233 > Merge pull request #258 from lotabout/ticket-225 > Merge pull request #257 from lotabout/ticket-210 > Merge pull request #256 from lotabout/ticket-252 > Merge pull request #251 from lotabout/ci-add-musl > Merge pull request #250 from lotabout/version-0.7.0 > Merge pull request #249 from lotabout/ticket-246 > Merge pull request #248 from lotabout/ticket-247 > Merge pull request #244 from ammgws/patch-1 > Merge pull request #243 from alexreg/patch-1 > Revert "Fix #233: enable mouse support for preview window" > Merge pull request #242 from takidelfin/docs/arch-installation > Merge pull request #241 from ignatenkobrain/master > Merge pull request #240 from lotabout/ci > Merge pull request #239 from lotabout/ticket-231 > Merge pull request #237 from lotabout/feat/skim_v2 > Merge pull request #234 from lotabout/ticket-233 > Merge pull request #230 from cireu/refactor/pmatch > Fix #214: USAGE doesn't match code for cmd option > Merge pull request #227 from nnovikov/fix_isatty > version 0.6.9 > Merge pull request #208 from lotabout/ticket-207 > Merge pull request #206 from lotabout/ticket-205 > Merge pull request #204 from lotabout/ticket-192 > [shell] sync with fzf (6577388) > Merge pull request #202 from lotabout/ticket-189 > Merge pull request #201 from ignatenkobrain/patch-1 > Merge pull request #200 from lotabout/key-add-home > Merge pull request #199 from lotabout/ticket-196 > Merge pull request #198 from lotabout/ticket-194 > Merge pull request #190 from lilydjwg/master > version 0.6.8 > [doc] simplify README and point to man page > [action/delete-charEOF] simplify implementation > Merge pull request #187 from lotabout/append-and-select > Merge pull request #186 from lotabout/nix-0.14 > Revert "fix #179 add CI to ensure Cargo.lock is up to date" > Merge pull request #184 from lotabout/action-if-query-empty > Merge pull request #180 from lotabout/ticket-179 > Merge pull request #178 from rdeaton/rdeaton_20190531_fix_multiple_calls > version 0.6.7 > cargo fmt > Merge pull request #177 from lotabout/ticket-163 > Merge pull request #175 from lotabout/ticket-170 > Merge pull request #173 from chmp/fix/sk-tmux-env-propagation * aspects/dotfiles/files/.zsh/zsh-autosuggestions c3d4e57...0e810e5 (2): > Merge pull request #813 from tesar-tech/patch-1 > Merge pull request #811 from zsh-users/develop * aspects/dotfiles/files/.zsh/zsh-completions f96778e...c160d09 (13): > Merge pull request #1116 from Mic92/typos > Merge pull request #1115 from zsh-users/update_node > fix typos > Merge pull request #1114 from egorlem/diplodoc > Merge pull request #1113 from kyanagi/update-rspec > Merge pull request #1112 from hydrargyrum/age > Merge pull request #1111 from zsh-users/add-util-linux > Merge pull request #1110 from zsh-users/update-tsc > Merge pull request #1108 from zsh-users/update-flutter-dart > Merge pull request #1107 from zsh-users/update-node > Merge pull request #1104 from telemachus/golang-telemetry > Merge pull request #1102 from zsh-users/update-node > Merge pull request #1100 from zsh-users/update-node * aspects/dotfiles/files/.zsh/zsh-history-substring-search 400e58a...87ce96b (9): > Merge pull request #159 from dxrcy/master > Update README.md > Add Fig as an installation method to the README (#133) > Merge branch 'zinit-readme' > Use brew to determine prefix > fix: line wrap > chore: update readme > replace sourcing method with `exec zsh` > fix search match highlight with latest z-sy-h * aspects/dotfiles/files/.zsh/zsh-syntax-highlighting 143b25e...5eb677b (14): > 'main' tests: Don't assume ps(1) is available. > main: Refactor __is_redirection > Post-release version number bump. > Tag version 0.8.0. > driver: Use stable zsh release in is-at-least calls > CI: Update action versions > CI += zsh 5.9 > driver: Be resilient to KSH_ARRAYS being set in the calling scope > main: precommand_options += ktrace > tests: parameter-to-global-alias: Use alias name less likely to clash > docs: Replace zplug instructions with zinit > changelog: Update through HEAD > *: Use https in URLs > docs: add instructions to source .zshrc file after package install * vendor/fonts/source-code-pro 29fdb884c6...208d9ac7a6 (9): > Merge pull request #322 from nubok/patch-1 > Merge pull request #324 from julien-gargot/release > Merge pull request #320 from andersk/patch-1 > Source Code Pro, version 2.042 (uprights), version 1.062 (italics), version 1.026 (variable)— Commits updated WOFF files. > Source Code Pro, version 2.042 (uprights), version 1.062 (italics), version 1.026 (variable)— Submits updated OTF, TTF, VF & WOFF2 files. > Source Code Pro, version 2.040 (roman), version 1.060 (italic), version 1.024 (variable)— Commits updated WOFF files. > Update LICENSE.md > Merge pull request #308 from adobe-fonts/releaseVFharmonization > Update README.md * vendor/n 02a8fe0...7621310 (45): > 10.1.0 > Update CHANGELOG for 10.1.0 > Add unofficial builds as example mirror (#823) > Add manual install instructions and remove probably rarely used make instruction (#822) > Add download command (#821) > Add support for trailing comment in .nvmrc (#820) > Minor reword > Add more codenames, out to 2026 > Documentation updates > Merge branch 'develop' of github.com:tj/n into develop > Prepare for release > mask download url when there is a password (#815) > Post-release > 10.0.0 > Prepare for release > Fast track exact auto (#813) > Add use of jq to README and CHANGELOG > Simplify doctor info for jq, in line with other diagnostics > Remove redundant checks for commands > If `jq` is installed, use it to get values from package.json (#810) > Merge branch 'master' into develop > Docs for switching node directory (#802) > Post-release > 9.2.3 > Prepare for release > Merge branch 'develop' of github.com:tj/n into develop > Post-release > 9.2.2 > Post-release > 9.2.1 > Prepare for release > Rework doctor checks to support custom cache prefix (#796) > Merge branch 'master' into develop > Add sudo tip to proxy docs > Restore release version for a documentation-only update > Restore release version for a documentation-only update > Condense make instructions (#792) > Expand permissions issues coverage (#790) > Add --offline to README > Post-release > 9.2.0 > Prepare for release > Add --offline (#785) > Update path to Homebrew formula. (#777) > Post release * vendor/tinted-theming/base16-vim dfc1d89...42d6031 (26): > chore(colors): Update > feat(template): Refine tree-sitter and LSP highlighting rules > chore(colors): Update > fix(template): Fix @markup.raw highlight > chore(colors): Update > fix(template): Fix MatchParen highlight > chore(colors): Update > fix(template): Set `g:colors_name` correctly > chore(colors): Update > docs(readme): Improve usage section and simplify transparent background section > chore(plugin): Remove unnecessary plugin guard > fix(template): Correct base16colorspace variable name in template > chore(colors): Update > refactor(template): Remove legacy base16/24 mustache templates > refactor(theme): Streamline terminal colors and highlight management > chore(colors): Update > fix(template): Add extended CTERM color mappings > fix(theme): Remove illegal style attributes > Rename screenshots > Put 'nvim' vimscript code behind flag (#88) > Temporarily revert templates until template rework fixes bugs (#87) > chore: Update colorschemes > feat!: Unify base16/24 templates and improve highlighting > Update with the latest tinted-theming colorschemes > Add Base24 template support and rename repo to tinted-vim (#83) > Update readme and add Lazy.nvim and Packer installation instructions * vendor/tinted-theming/schemes e43188f...d5024d0 (4): > Update Deep Oceanic Next colors (#37) > Add hash to scheme hex values for editor color highlighting support (#34) > Add Catppucin Base24 schemes (#33) > Add EditorConfig (#32) * vendor/tinted-theming/tinted-kitty 09c2f8c...8a09fd6 (6): > Update with the latest tinted-theming colorschemes > Update with the latest tinted-theming colorschemes > Update templates to match kitty theme template (#5) > Update with the latest tinted-theming colorschemes > Update config to use recommended "filename" property > Update templates to reflect styling spec and deprecate 256 templates (#4) * vendor/tinted-theming/tinted-shell 528f169...839f96d (5): > Update with the latest tinted-theming colorschemes > feat: generate `jqp` theme file (#57) > Update with the latest tinted-theming colorschemes > template: (base24) escape codes to the tty (#55) > Update with the latest tinted-theming colorschemes * vendor/tinted-theming/tinted-tmux 49a493e...20396f1 (4): > Update with the latest tinted-theming colorschemes > Update with the latest tinted-theming colorschemes > Fix tmux variable mustache issue (#24) > Update with the latest tinted-theming colorschemes
i use your colors shell script and it works well.i saw your youtube video that show it can change both of vim and shell color.i find that color.vim in after/plugin and move it to my .vim/after/plugin.so when i type 'color dark tomorrow' in the iterm2 shell and it works in the shell.but the vim didn't change its color.
finally,i reopen the vim with 'vim' in the shell and the vim changed to the dark tomorrow.
so,how can i make it like the video you have done? many thanx.
The text was updated successfully, but these errors were encountered: