-
Notifications
You must be signed in to change notification settings - Fork 105
Make EndOfBuffer highlight group dim for out-of-focus windows #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
lencioni
pushed a commit
to lencioni/wincent
that referenced
this issue
Feb 26, 2017
Seeing as I just ran Ansible to test my spellfile build, may as well commit the updated bundle. * roles/dotfiles/files/.vim/bundle/nerdtree b4fa33c...4ebbb53 (27): > silence bookmark errors on startup > silence an `ls!` call > bugfix for win trees when using "stay in current win" command variants > handle tab tree buffers being :bdeleted > update FAQ about opening nerdtree automatically on startup > fix a bug that occurs when opening window trees > fix a bug with `C` mapping > remove references to NERDTreeDirArrows > update changelog > remove NERDTreeDirArrows option > fix flag rendering for cascading dirs > rework the cascading slightly to correctly show open/closed dir arrows > make cascading dirs more compact > encapsulate dep on g:NERDTreeMinimalUI in a function > add path.isAncestor > fix a syntax issue for older versions of vim > fix a typo > add NERDTree.getroot() > add NERDTree.getRoot() and NERDTree.ForCurrentTab() > remove dependency on b:NERDTree from classes that dont need it > wipeout "stale" nerdtree bufs > move TreeFileNode.makeRoot() to NERDTree.changeRoot(node) > add TreeDirNode.getDirChildren() - using this in a plugin > fix a couple of var references in UI > dont use b:NERDTreeRoot internally, but leave the var there for compat > refactor TreeDirNode.reveal slightly > update changelog * roles/dotfiles/files/.vim/bundle/ultisnips 53bf0db...c5a21c5 (2): > Merge pull request #611 from HerringtonDarkholme/deoplete > Fix a unicode bug in python3. * roles/dotfiles/files/.vim/bundle/vim-fugitive 1ecd12d...d854197 (3): > Open release page for tags on GitHub > Document transition to rhubarb.vim > Revert "Show all untracked files in :Gstatus window" * roles/dotfiles/files/.vim/bundle/vim-git 37fd7c5...4071e8f (1): > Merge pull request wincent#34 from superlukas/rebase-drop * roles/dotfiles/files/.vim/bundle/vim-jade 3f6f6c1...f760e23 (2): > Support multiple inline elements fixes wincent#74 > Merge pull request wincent#76 from kba/htmlcss * roles/dotfiles/files/.vim/bundle/vim-jsx c6d0fd7...db329e1 (6): > Add rules and regulations for filing issues... > Cleanup > Merge pull request wincent#11 from jstoja/vundle-install > Avoid conflict w/ Flow generics > Move ftdetect out of after/ > Remove legacy jsx-config stuff
wincent
added a commit
that referenced
this issue
Oct 5, 2018
Standard automated update with the follow fixes/changes needed as a result: - Reverted the update to the LanguageClient-neovim because we need v0.1.120 for compatibility with Python 3.7 (as noted in 795ef63) and the "master" branch is actually behind that release; I could track the "dev" or "next" branches instead, but I am not sure what the difference between them is. - Pointed at my indentLine fork in order to work around a regression; will go back to upstream if my PR gets merged: Yggdroot/indentLine#253 - Speaking of indentLine, turn it on in JSON files because it now plays nicely enough with conceal settings to not hide quotes (ironically, I think that enhancement is responsible for the breakage I'm working around in my PR). - Replace deprecated (and removed) deoplete calls. - Update tcomment variable names; the old ones are deprecated. Now for the submodule update summary: * roles/dotfiles/files/.vim/pack/bundle/opt/vim-pathogen f4fd604...06da921 (1): > Fix confusing negative in contribution guidelines * roles/dotfiles/files/.vim/pack/bundle/start/base16-vim 7959654...fcce6bc (3): > Updates output > Merge pull request #177 from vtavernier/fix/issue-150 > Merge pull request #176 from jlesquembre/master * roles/dotfiles/files/.vim/pack/bundle/start/indentLine 7a7e368...f7d1930 (4): > Check for buffer variable existence before accessing > Allow colors to be defaulted to specified hl group (#250) > Merge pull request #242 from marabesi/master > Mitigate problems caused by default json syntax concealing quotes (#240) * roles/dotfiles/files/.vim/pack/bundle/start/neco-ghc faa033c...682869a (1): > Merge pull request #83 from woehr/master * roles/dotfiles/files/.vim/pack/bundle/start/tcomment_vim e365bfa...f5c527b (24): > FIX #229: Re-enable some filetype-specific guess params > FIX #228: guard_rx: Use replacements only on certain lines > Merge pull request #226 from bootleq/pug > FIX #225: Process g:tcomment_types after autoload/tcomment/types/*.vim files > FIX #222, FIX #224: g:tcomment#filetype#guess defaults to 0 again > tcomment#filetype#GetAlt(): cdef.guess > g:tcomment#filetype#guess_{filetype} > g:tcomment#filetype#guess > g:tcomment#filetype#map_user, g:tcomment#filetype#syntax_map_user: Make it easier to customize the respective parameters > docs > tcomment#filetype#GetAlt: s/[.]/_/g in filetype names > Block comment: Handle whitespace < prefix > In block mode: make sure to comment empty lines > FIX #220: don't escape backslashes in commentstring_rx > FIX #213: Make whitespace conditional only at the end of a line > EXPERIMENTAL: g:tcomment#filetype#guess defaults to 1 > FIX #213: Make whitespace optional > FIX #191: Properly escape backslashes (for forth, nroff etc.); explicitly support forth > FIX #219: vim 7.4 compatibility > FIX #214: Guess filetype in perl files > FIX #218: Missing quote > FIX #210: Performance improvement for tcomment#deprecated#Check() > Merge pull request #217 from chocolateboy/eager-faster-deprecation > FIX #212: s/g:tcomment_textoject_inlinecomment/g:tcomment_textobject_inlinecomment/ > Merge pull request #211 from t-b/feature/add_cdl_support > FIX #210: Move `call tcomment#deprecated#Check()` to autoload/tcomment.vim * roles/dotfiles/files/.vim/pack/bundle/start/ultisnips 423f264...6fdc364 (39): > feature/docs-improvement-of-is-expandable-func (#975) > refactor documentation with snippets loading procedure section (#954) > Rename some variables for added clarity. (#977) > Hoist up folding. (#976) > Towards using an internal buffer for all snippet updates. (#973) > Code simplifications. (#972) > Add note about contributing to traceback (#969) > fix bug when vim option 'selection' is 'exclusive' (#883) > Disable auto detecting changes to snippet files on expansion (#967) > Minor simplifications. (#966) > Remove long unused .bzrignore. (#968) > Removed unnedded code. (#963) > Update issue_template.md (#959) > Remove travis caching and avoid rate limiting. (#962) > Use a GitHub access token to avoid rate limiting of API. (#961) > Mention deoplete as supported. > Fix UltiSnipsSnippetDirectories suggestion in docs (#960) > Tweaking GitHub issue template. > Tweaking GitHub issue template. > Tweaking GitHub issue template. > Added a GitHub issue template. > Adds a CONTRIBUTING.md file. > Rename scripts -> docker. Make repro more useful. > Fix pwd call. > Make makefile a bit more powerful. > Add a dockerfile for quick, manual testing. > document IsExpandable() to check if snippet is expandable without expanding (#957) > Eur symbol is translated in EUR instead of EU. > Install unidecode, so that all things we can test are tested. > Install vim in /usr/local instead of /root inside docker. > Enable testing for python3 too. (#955) > Actually load the docker cache before executing tests. > Add support for editing snippets in a new tab (#917) > Fix character selection when using VISUAL on all platforms (#926) > Move travis testing into docker for better consistency. (#950) > Adapt to the new way that tmux wants unicode be send. > Updated release date for 3.1. > Documentation improvements: don't clean 1st tabstop if it's not empty (#929) > Mark source as volatile (#844) * roles/dotfiles/files/.vim/pack/bundle/start/vim-eunuch 0971b4c...10da325 (16): > Fix duplicate autoload > eunuch.vim 1.2 > Update :Remove documentation > Provide EunuchRename() > Use mkdir_p API for :Mkdir! > Fix :Rename to always delete old file > Add autoloading for virtual buffers > Use setfperm() when possible > Support virtual buffers > Allow spaces in shebang line > Drop old :Find and :Locate > Add location list variants of quickfix commands > Update installation instructions > Don't delete buffer with :Remove > Fix missing `endif` > Tighten shebang match to avoid Rust false positives * roles/dotfiles/files/.vim/pack/bundle/start/vim-fugitive 3e0bd86...a9100fa (247): > Show 7 not 8 SHA charcters in statusline > Use merge-base as starting point for ranged :Gbrowse > Don't throw error on invalid URL to FugitiveParse() > Show error getting type for object in BufReadCmd > Use :keeppatterns with :substitute > Fix undefined variable > Fix backport of @ to old Git > Older versions of cat-file do not accept -- > Fix modeline support in historical buffers > Dogfood fugitive#Prepare() > Enhance fugitive#Prepare() > Simplify :Gstatus reset logic > Fix - in :Gstatus on line 1 as Vinegar like navigation > Fix gf in gitcommit diff > Use platform path separator for Projectionist config > Support expansion flags > Add potential alternative name for FugitiveRoute() > Accept buffer number to FugitiveRoute() > Provide API for retrieving working dir relative path > Support Projectionist config in .git/info/projections.json > Special case :0Gread to get around FileReadCmd limitations > Support .git/.. to refer to work tree > Return '' for FugitiveRoute('') > Use 2 argument system() rather than stdin redirect > Use -- to disambiguate arguments > Fix :Gbrowse with cwd other than work tree > Resolve temp files only when using as buffer name > Always convert backslashes on Windows > Fix check for need to convert Windows path slashes > Ignore 'shellslash' when checking for Win32 shell > Tweak check for Win32 shell > Accept ./ paths as relative to cwd > Normalize path specs when generating commands > Restore backwards compatible behavior of repo.translate() > Fix issues with commit:./relative completion > Support commit:./relative style revisions > Adjust section headers > Extract function for getting current commit/ref > Rewrite <C-R><C-G> and y<C-G> > Use <nowait> for - maps > Support pathspec arguments to :Gcd > Fix legacy expansion of bare caret/tilde > Provide less awkward signature for s:Prepare() > Use unambiguous paths for :Gstatus dot map > Handle :Gmove paths consistently > Give precedence to absolute paths over pseudo-relative > Ignore dot files when globbing > Mention :Gcommit % > Fix minor spelling error in help document > Decouple routing from repo object > Decouple Head() from repo object > Delegate to other real filename implementations > Fix file API to distinguish between commits > Report error checking for merge conflict > Adjust completion of /absolute/paths > Don't strip trailing slash from URLs > Fix check for empty remote > Support :(top) pseudo-pathspecs > Provide fugitive#Prepare() > Don't escape "!" when calling :terminal > Fix shell expansion in :Git! buffers > Rewrite :Glog to use string argument rather than list > Expand argument to :Gwrite > Edit index file when no work tree present > Fix query operations in bare repositories > Support :Gedit /absolute/path when possible > Fix :Gedit default from commit to work tree > Unify shell expansion > Update :Gbrowse docs > Fix write command with Win32 path > Adjust :Gbrowse range for upstream head > Remove filename expansion from buffer object > Rename s:shellslash() to s:Slash() > Improve worktree support > Fix :Gbrowse in historical buffers > Rename Fugitive revisions to Fugitive objects > Fix function reference > Really fix :Gcd > Fix :Gcd > Fix extra slash generating work tree filenames > Fix check for absolute path in FugitiveGenerate() > Support :Gedit +cmd ++opt > Add better name for function as alias > Eliminate s:repo() and s:buffer() > Replace s:repo().rev_parse() > Show fake trees when editing directory in index > Match trailing slash in FugitivePath() > Rearrange > Redo completion > Fix :Gblame > Fix fugitive#Real() with non-Fugitive URL > Whitespace fix > Support completion of local commits for --fixup=/--squash= > Move implementation functions below public API > Provide FugitiveGitDir() > Eliminate remaining s:repo().dir() and s:repo().tree() calls > Fix jump to file > Rewrite :Gedit and :Gread > Make fugitive#Prepare() private > Pass absolute paths through FugitiveGenerate() unchanged > Use <amatch> in detection autocommands > Handle FugitiveReal('') correctly > Fix map to follow the pattern > Correct the directory separator of Path() on Windows (#1067) > Remove redundant maps > Prefer :Gedit to s:Edit() where possible > Fix missing :Gblame in work tree files > Map <CR> in blobs to jump to blamed commit > Work around janky autocommands when returning to diffed window > Provide config functions globally > Provide file permission API > Provide file writing API > Provide file deletion API > Remove s:repo().aliases() > Compartmentalize filetype support > Eliminate remaining uses of s:buffer().type() > Run correct auto-commands for BufWrite and FileWrite > Support Vim without SourceCmd > Try embedding shell cd if -C not available > Map p to jump to file in preview window > Revert "Unify jump to file logic" > Unify jump to file logic > Map p to in :Gblame to open commit in preview window > Show error on :Gblame jump on uncommitted line > Return relative paths with second argument to FugitivePath() > Drop support for uppercase statusline indicator > Preserve trailing slash in FugitiveReal() > Make bang argument to :Glog explicit > Remove obsolete instaweb reference from README > Fix upwards navigation on "-" > Remove indirection > Don't :cd if directory already correct > Eliminate use of buffer.commit() > Handle bare repository case when shelling out > Fix shelling out from subdirectory > Move GIT_INDEX_FILE override closer to home > Make :Gmove always relative to repository root > Drop instaweb support > Encapsulate fugitive#buffer().relative() > Encapsulate fugitive#repo().git_chomp_in_tree() > Avoid false positive matches of status files in non-status buffers > Fix issue generating Fugitive URLs > Provide FugitiveGenerate() and FugitiveParse() > Default to branch remote rather than origin > Refactor repo.translate for future extraction > Provide Git dir to browse handlers > Drop repo.dirglob > Drop buffer.up > Remove unused variable > Attempt 2 at fixing :Gbrowse tagname > Add Git config query functions > Reduce noise on E211 from :Git > Add warning for editing invalid Fugitive URL > Make argument to FugitiveTreeForGitDir optional > Fix :Glog > Drop some silly instance methods > Decouple :Gcommit from repo object > Rename overlooked snakecase function > Support FileWriteCmd > Thorough error reporting for broken system() calls > Decouple autocommand functions from repo object > Support SourceCmd for Fugitive URLs > Unify FileReadCmd autocommands > Avoid some redundant --git-dir arguments > Fix error on failure to load buffer > Fix b:fugitive_type in temp buffers > Fix i and a in :Gstatus > Restore highlight after warning message > Support :Gread commit to read commit message > Provide function for preparing Git shell command > Work around bad b:git_dir from ftplugin/git.vim > Loosen regexp to allow for Windows paths > Extract helper for robust tempname > Add missing function > Fix readfile > Improve error reporting for BufReadCmd autocommands > Allow opting out of :terminal in Neovim > Handle :Gcommit % when working dir isn't Git dir > Fix typo in regexp > fugitive.vim 2.4 > Document P as preferred :Gcommit map for patching > Guard against future NERDTree API changes > Provide file API > Add function alias > Replace buffer.path() with buffer.relative() > Handle bare repos in FugitivePath() > Don't include newline in Git version > Avoid unnecessary IO in translate() > Rename FugitiveFilename() to FugitivePath() > Fix :Gbrowse tagname > Rename blob() to relative() > Alias buffer.path() as buffer.blob() > Work around guioptions+=! on Windows > Clean up repetition in URL parsing > Fix references to renamed functions > Fix use of <Plug> in a <script> map > Fix load order issue setting up maps > Loosen match for hunk header > Accept alternate forms of Fugitive URL > Jump directly to commit rather than ref file in more cases > Extract ftdetect file > Add FugitiveFilename() to determine corresponding real file > Specify 'nowrite' to status buffer and blame buffer > Camel case public functions > Extract autoload file > Update statusline function in README > Drop 'compatible' check > Move foldtext autocommand back to folding section > Fix :Gcommit invocation of :Gstatus > Gather up global autocommands and functions > Expose Cmd autocommand functions > Handle symlinked directories more aggressively > Provide official function for configured tree > Remove self evident comment > Separate detection from initialization > Provide :Grebase (no --interactive) > Handle unusually named netrw buffers > Switch out new and old official functions > Fix maps that rely on s:Edit > Support <mods> on :Gstatus and :Gedit family > Loosen regexps to accept alternate comment chars > fugitive.vim 2.3 > Revert accidentally committed changes > Fix off by one error > Fix accidental version bump > Avoid non-file windows for :Gstatus open > Dispatch BufReadPre > Don't run autocommands loading temp file > Remove #Repo and #Buffer > Add deprecation warning for :Gstatus cA > Bring back :Gstatus C with a warning > Blow up if user assigns string to map variable > Fix missing bang on function > Use capitalized names for official functions > Tweak :Gstatus commit maps > Fix unique map check > Allow mapping overrides > Make :s use more robust > Add :Grename > Add .gitattributes > Strip out carriage returns > Remove unused variable > Tighten explanation of no commands FAQ > Remove outdated FAQ about :Gbrowse > Don't force tab for :Gcommit --verbose > Add support for :tab Gcommit > Optimize fugitive#foldtext * roles/dotfiles/files/.vim/pack/bundle/start/vim-git 04c9a9d...db25601 (8): > gitcommit: use string width not character count > Remove special casing of `.git/PULLREQ_EDITMSG` > Don't set b:git_dir to Fugitive URL > Detect Pull Request message > Highlight diffs in --word-diff mode > Avoid matching intra-word numbers > Drop iskeyword override > Support `commit.cleanup scissors` configuraiton (#50) * roles/dotfiles/files/.vim/pack/bundle/start/vim-javascript 50ff80a...dd84369 (23): > Fixes #1123 (#1141) > Revert "Added more operator conceal" > Revert "Documented new conceal options" > Documented new conceal options > Added more operator conceal > [flow] Fix destructoring annotations > Make inheritDoc match inheritdoc also (#1134) > Improve autocmd handling > Tweak ftdetect stuff > Only change syn-iskeyword if js filetype > Fix nested array destructuring > Add jsDot, jsObjectColon syntax groups > feat(function-call): color fn call like fn name (#1104) > add support for object shorthand properties (#1116) > Flow return array fix > [flow] Add import typeof support > Highlight Flow opaque keyboard > Make a distinct group for keyword operators > Fix for return statements > [flow] Add support for generic types in class functions > Small flow fix for static class item definitions > rf Cino Again (#1118) > fix scope * roles/dotfiles/files/.vim/pack/bundle/start/vim-jsx 52ee8bb...ffc0bfd (3): > Merge pull request #175 from ivangeorgiew/myChanges > Merge pull request #142 from igemnace/master > Merge pull request #164 from jiulongw/comments * roles/dotfiles/files/.vim/pack/bundle/start/vim-projectionist d20f2a2...2f7ccf2 (58): > Avoid error with root of "/" > Fix repeated autoload > projectionist.vim 1.3 > Normalize slashes projectionist#append() > Restore behavior of projectionist#path('', 1) > Fix cd commands with no argument > projectionist.vim 1.2 > Don't accept empty string as JSON filename > Adjust completion of ./ to match behavior > Pass ./ and ../ paths through projectionist#path() unmodified > Provide ProjectionistHas() > Update installation instructions > Fix real path of empty string > Support direct loading of projections from file > Always return real paths as absolute > Trigger autoload in projectionist#glob() > Require two arguments to add root in projectionist#real() > Always use forward slashes for :A and :Pcd completion > Provide two argument form of file APIs > Fix edit completion with multiple roots > Provide two argument form of projectionist#glob() > Provide file utility functions > Force autoload of file API functions > Add kill switch for individual virtual buffer schemes > Add a "vim" transformation > Provide projectionist#real() > Don't blow up if b:projectionist undefined > Use ASCII cancel to flag invalid projections > Loosen check for chdir in 'errorformat' > Accept nested list for "template" > Switch to official real path interface > Support URL buffers from plugins like Fugitive > projectionist.vim 1.1 > Guard against future NERDTree API changes > Hedge on API > Fix version number in header > Replace NERDTreeRoot with NERDTree.root (closes #89) > Properly escape completion results > Introduce :Pcd and Plcd to replace :Cd and :Lcd > Accept absolute path as root for projectionist#path() > Distinguish between buffer name and file system path > Pass absolute paths through projectionist#path() > Rename s:paths() to s:roots() > Don't mkdir for URLs > Encapsulate use of resolve() on detected filename > Encapsulate glob function > Use :cd for :Lcd with bang > Add ProjectionistApplyTemplate autocmd > Support {lnum} in :.A > Filter out empty strings when querying > Add a "nothing" expansion > Fix {open} in templates for static filenames > Don't detect current directory for URLs > Support +cmd and ++opt > Use console as default start > Avoid false positives in chdir efm trick > Improve triggering of ProjectionistDetect > projectionist#activate: s/finish/return * roles/dotfiles/files/.vim/pack/bundle/start/vim-reason-plus 91138fa...e446079 (6): > Readme edits (#12) > Add back ocaml-language-server > Highlight 'lazy' as a keyword (#6) > Highlight `when` keyword (#11) > Reason-language-server > Update README.md (#9) * roles/dotfiles/files/.vim/pack/bundle/start/vim-repeat 8106e14...43d2678 (3): > Remove outdated plugin references > Update installation instructions > Change Markdown heading style * roles/dotfiles/files/.vim/pack/bundle/start/vim-signature a9bafa9...6bc3dd1 (2): > Merge pull request #165 from dbmrq/master > Fix for #157 * roles/dotfiles/files/.vim/pack/bundle/start/vim-surround e49d6c2...5970688 (5): > Fix blank lines issue > Fix yss in middle of line > Fix yss adding newlines > Make ys maps atomic > Modernize README * roles/dotfiles/files/.vim/pack/bundle/start/vim-zsh 9be2e1e...bdf48bf (2): > Merge pull request #20 from Jun-T/3newopts > Updated metadata header * roles/dotfiles/files/.vim/pack/deoplete/opt/deoplete a80fd52...63fb188 (131): > Fix #854 omni CSS pattern > Improve auto_complete_delay behavior > Change auto_complete_delay default value > Fix #850 smart_case behavior > Fix #849 fix for initialization error > Change async_timeout default value > Use text instead of input > Improve use_prev > Add async_timeout option > Improve merge_results() > Fix #786 enable_buffer_path is default > Update screenshots > Merge pull request #834 from ishitaku5522/master > Merge pull request #831 from gnumoksha/patch-1 > Fix #830 pattern problem > Fix #829 manual_complete() > Fix #828 initialize > Remove deoplete#custom#set() > Improve rpcnotify() > Fix #826 deoplete initialization > Add BufDelete handler > Merge pull request #812 from Shougo/refresh > Merge pull request #823 from e-kwsm/improve-doc > Fix buffer source > Revert "Add clean cache" > Update health > Add clean cache > Ignore preview window > Merge pull request #817 from fgrsnau/master > Fix #814 improve keyword option behavior > Merge pull request #811 from h-michael/fix-readme > Fix lint errors > Merge pull request #809 from dhazel/fix/win7-rplugins > Fix #806 add dummy complete > Merge pull request #804 from blueyed/nvim > Add sources in deoplete#send_event() > Fix #800 previous results cache problem > Merge pull request #798 from blueyed/parent > Merge pull request #806 from blueyed/no-c-e > Merge pull request #802 from blueyed/coverage > Improve matcher_cpsm initialization > Fix #795 remove DirChanged > Fix lint error > Merge pull request #799 from blueyed/logging > Merge pull request #796 from blueyed/max-parents-fallback > Merge pull request #794 from blueyed/split > Merge pull request #793 from blueyed/fix-_set_source_attributes > Merge pull request #792 from blueyed/drop-rtp-from-context > Add on_text_changed_i option > Fix #791 file source error > Merge pull request #789 from alok/patch-1 > Fix typo > Fix prefix check > Fix #788 infinite loop > Fix mypy warning > Add input_patterns > Add deoplete#custom#buffer_var() > Merge pull request #787 from blueyed/_handle_source_exception > Fix #783 add force_completion_length option > Fix #778 remove configuration example. It is outdated > Fix manual completion behavior > Fix s:is_handler_enabled error > Improve the documentation > Fix ignorecase error in matcher_cpsm > Improve set ignorecase > Fix for the size change error > Fix lint error > Improve the documentation > Fix #769 cpoptions bug in neovim > Merge pull request #764 from Shougo/matcher_key > Fix #765 cache problem > Fix #763 volatile problem > Fix async update behavior > Fix tag > Improve omni source > Improve the documentation > Improve skip completion > Fix #754 async problem > Fix the documentation > Remove self._custom > Fix #753 call Init on_event() > Merge pull request #757 from ezpuzz/update-docs > Fix #749 asynchronous completion loop > Fix num_processes bug > Fix #750 improve the documentation > Update the documentation > Improve the documentation > Merge pull request #748 from alok/generators > Fix #747 remove_overlap problem > Improve the custom behavior > Merge pull request #746 from blueyed/enabled > Fix the documentation > Improve merge_results() > Fix #741 initialization > Fix #731 max_candidates problem > Update the documentation > Merge pull request #738 from blueyed/errors > Merge pull request #740 from blueyed/rename > Merge pull request #742 from kevinushey/patch-1 > Fix #739 default mappings > Fix #732 use deepcopy() > Remove unnecessary type() > Fix #731 add max_candidates attribute > Fix #735 default mappings > Merge pull request #736 from wsdjeg/hotfix > Fix #732 manual complete cache problem > Fix #733 add keyword_patterns > Fix the documentation > Add the configuration samples > Merge pull request #729 from Shougo/processes > Update ISSUE_TEMPLATE > Update the screenshots > Fix #728 index error > Fix the example > Fix ignorecas problem in tag source > Merge pull request #725 from Shougo/custom > Improve timer check > Merge pull request #713 from Shougo/custom > Revert "Improve filter base initialization" > Merge pull request #722 from Shougo/revert-716-base > Improve filter base initialization > Tiny fix > Merge pull request #718 from blueyed/timer-in-vim > Fix #719 better omni check > Merge pull request #714 from blueyed/is_skip > Merge pull request #715 from blueyed/typo > Merge pull request #716 from blueyed/base > Merge pull request #721 from vitaly/fix-tags-binary-search > Merge pull request #712 from blueyed/async > Merge pull request #711 from blueyed/source-events > Merge pull request #710 from blueyed/dp_main * roles/dotfiles/files/.vim/pack/nerdtree/opt/nerdtree a172d7c...599238a (27): > Make NERDTreeCreator set the 'nolist' option (#889) > Fix the <C-J>, <C-K>, J, and K default mappings (#886) > Function "s:UI.getLineNum()" doesn't always work on cascades. (#882) > Merge pull request #871 from scrooloose/trap_bad_bookmark_path > Merge pull request #878 from scrooloose/autochdir_interference > Merge pull request #870 from scrooloose/undo_zoom_on_open > Escape commas in the globpath() function's path argument. > Merge pull request #875 from scrooloose/open_differently_cased_files > Merge pull request #877 from scrooloose/replace_gt_with_tabnext > Merge pull request #867 from aflock/aflock/reword-renamed-buffer > Merge pull request #866 from lifecrisis/bm_toggle > Merge pull request #856 from scrooloose/broken_sort_#277 > Merge pull request #853 from bubba-h57/master > Merge pull request #852 from mnussbaum/fix_maybe_missing_map > Merge pull request #851 from mnussbaum/decrease_startup_time > Merge pull request #849 from lifecrisis/sort-maps > Merge pull request #844 from lifecrisis/clearjumps > Merge pull request #840 from scrooloose/create_parent_directories_on_m-m > Merge pull request #838 from lifecrisis/updir-fix > Merge pull request #837 from scrooloose/readonly-error-#831 > Merge pull request #835 from lifecrisis/cleanmaps > Merge pull request #834 from bravestarr/fix-multibyte-path > Merge pull request #833 from hav4ik/master > Merge pull request #830 from bravestarr/fix-multibyte-path > Merge pull request #832 from lifecrisis/menufix > Merge pull request #824 from ngnmhieu/master > Merge pull request #822 from scrooloose/821-better_delete_confirmation * roles/dotfiles/files/.vim/pack/undotree/opt/undotree cdbb902...c15a040 (6): > Merge pull request #91 from mbbill/fix_diffmark > Marking diffs with signs > autochdir will sometimes change the bufname('%') results and making it harder to tell if the buffer is belong to undotree. Switching to a buf variable would be much reliable. > Updated quick help. > Merge branch 'master' of https://github.com/mbbill/undotree > Set auto commands only when undotree windows is open * roles/dotfiles/files/.vim/pack/vim-abolish/opt/vim-abolish b6a8b49...40e8b97 (1): > Remove repeat.vim reference from README
wincent
added a commit
that referenced
this issue
Jul 11, 2022
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 & 8000 lt; 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-atel 8000 ier-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 ```
wincent
added a commit
that referenced
this issue
Jul 11, 2023
As always, run with great fear... But I think it's going to be ok. * aspects/nvim/files/.config/nvim/pack/bundle/opt/LuaSnip f7c8457...45a4e89 (119): > Auto generate docs > show lua-mappings in readme. > fix off-by-one in ecma-trig-engine. > Auto generate docs > added subtraction for condition objects > Auto generate docs > jsregexp: use more unique name for OS-detection, update doc. > Format with stylua > Auto generate docs > feat: allow vim/ecma-regex/custom-function as triggers. > fix: make docTrig work again (I guess it's just not used???) > refactor: resolve jsregexp-module in util.util. > fix: remove debug print > Format with stylua > fix: store active choiceNode per-buffer. > Format with stylua > Auto generate docs > if change/set_choice causes an error, drop the snippet (close #928). > Auto generate docs > refactor: don't load modules in lazy_load until they are needed > Auto generate docs > jsregexp: don't link statically. > Fix: handle multi-snippet common field when it is a string instead of a table > Auto generate docs > Merge multi-snippet common field, fix #921 > Format with stylua > Auto generate docs > register multi_snippet with extend_decorator. > Auto generate docs > Auto generate docs > fix: use relative url for submodule definition (#911) > Format with stylua > Auto generate docs > edit_snippet_func: also present load_ft_func-filetypes. > respect buf-filetype in jump_to_snippet. > add test for .code-snippets. > implement support for .code-snippets. > snippet_collection: rename some stuff to be more specific. > prevent snippet-deepcopy, allow scope to override ft from package.json. > add duplicate. > multiSnippet/snippetProxy: pass on own id to snippet. > rename vscode-package-cache. > vscode-loader: load files with extension .code-snippets. > enable combination of multiSnippet and snippetProxy. > allow per-snippet modification of filetype. > Auto generate docs > docs: cleanup misleading docs for postfix > feat: add default condition for postfix > Auto generate docs > doc: clean up a bit. > enable extend_decorator for postfix. > Format with stylua > Auto generate docs > improve adjustment of extmark-rgravs. > Auto generate docs > Format with stylua > Auto generate docs > Add key_indexer. > Auto generate docs > fix(docs): type annotation can by nil > Auto generate docs > tests: actually update nvim-repo, don't just fetch it.. > Format with stylua > fix: vim.pretty_print is deprecated (^neovim-0.9.0) > Format with stylua > Auto generate docs > add tests for snip-location. > tests: optionally enable treesitter-parsers for json,jsonc,lua. > tests: allow modification of `setup`-table. > tests: extract loaders into helpers. > implement function for jumping to source of current snippet. > loaders create sources for snippets if config-option is set. > add module for keeping track of snippet-source. > Auto generate docs > lua-loader: fix error-reporting. > Auto generate docs > Adding comments in installation examples > Auto generate docs > Auto generate docs > doc: mention MacOS Makefile variable for jsregexp > Auto generate docs > lua-loader: if cache available, reset before re-loading file. > Auto generate docs > fix(makefile):compile jsregexp with luajit installed by linuxbrew > Auto generate docs > Add has_selected_text-condition. > Auto generate docs > fix: `expand_or_locally_jumpable()` checks the next node > Auto generate docs > Auto generate docs > Add nix support to Makefile > Auto generate docs > makefile: don't necessarily test both of master and nvim 0.7. > Parameterise LuaJIT path on OSX > Auto generate docs > Auto generate docs > make headings more uniform. > Auto generate docs > add `ft_filter` to `edit_snippet_filetypes` (close #635). > Auto generate docs > Fix a loader bug: from_lua > remove dead code and fix `yes`-function. > Format with stylua > Auto generate docs > Add multi-context snippets. > refactor: improve `init_snippet_context`. > refactor: initialize `invalidated` in `init_context`. > init opts at api-boundary, allow conditions from `context`. > snippet_collection: allow adding multiple snippets from one item in `add_snippets`. > Auto generate docs > snippet_collection: remove check for empty table (handled by auto-creating table). > Format with stylua > Auto generate docs > update_static choices before getting their docstrings (close #789) > Format with stylua > Auto generate docs > fix(config): allow spaces in event-strings. > Auto generate docs > fix: accept ","-delimited events in config (close #801). * aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-nvim-lsp 0e6b2ed...44b16d1 (1): > Add resolvable properties * aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-nvim-lua f349163...f12408b (1): > Merge pull request #11 from ppwwyyxx/patch-1 * aspects/nvim/files/.config/nvim/pack/bundle/opt/indent-blankline.nvim 018bd04...4541d69 (14): > Revert "fix problem where context is incorrectly parsed when hovering comments" > Revert "reworked get_current_context" > Revert until 2.20.7 > Version 2.20.10 > Version 2.20.9 > Merge pull request #592 from lukas-reineke/check-treesitter-language > Version 2.20.8 > Merge pull request #586 from iHnR/master > Version 2.20.7 > Merge pull request #588 from tradiff/fix-ruby-unless > Merge pull request #570 from jrwrigh/patch-1 > Version 2.20.6 > Version 2.20.5 > Merge pull request #564 from chrboesch/zig * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-cmp 7a3b1e7...c4e491a (55): > perf: fix `nvim_replace_termcodes` being called on every `CursorMoved` (#1650) > improve pattern handling > Format with stylua > fix confirm resolve > Expand docs for select_next_item select_prev_item (#1626) > fix type of the config.autocomplete to accept false (#1624) > Update ghost_text type to allow true (#1616) > Format with stylua > fix: huge single line performance (#1433) (#1615) > Format with stylua > restore max_item_count > fix(async): properly trigger callbacks when canceling and fix delays in `throttle.sync` (#1611) > Improve types related to mapping definitions (#1604) > fix: handle godot LSP better (#1592) > Updating documentation as cmp_git source as been moved to git (#1603) > fix(entry): fix matches highlight information fixes #1426 > fix(entry): remove offset + 1 for tailwindcss > Add extmark inline feature detection > Restore schedule_wrap > fix entry highlight in complete-menu (#1593) > Remove max_item_count from source configuration > feat: cmp async (#1583) > ghost text inline (#1588) > Fix demo video in README.md (#1585) > docs: fix adjecent typo (#1577) > docs: fix typos, add confirm.behavior example cfg (#1576) > perf(source): only filter up to 200 entries and dont use the cache (#1574) > fix(ghost_text): safely apply virtual_text highlight (#1563) > Improve misc.merge > Fix #897 > Added a modified=false to documentation buffer, so it can be removed without E89 errors (#1557) > Fix #1556 > fix 1533, add regression test (#1558) > Add `buftype=nofile` for entries_win and docs_win - reddit user mention this... > Fix #1550 > Format with stylua > Add test for #1552 Close #1552 > Revert #1534 temporaly > fix typo (#1551) > ci: add release workflow to publish new tags to LuaRocks (#1431) > Format with stylua > fix: #1533 (#1534) > fix(cmdline): properly compute string length (#1544) > Try to fix #1458 (#1548) > Squashed commit of the following: > Add note for cmdline mapping limitation > Add note for `set paste` option > fix: Use vim.treesitter.get_node_text() to avoid deprecation warning (#1499) > Document cmd.ConfirmBehavior options (#1503) > fix(rockspec): add doc folder (#1481) > Improve docs > fix: annotate complete option as optional (#1475) > fix: in lua if(0) evaluates to true, so check vim.fn.has == 1 (#1465) > fix: de-duplicate completion correctly (#1466) > fix CI (#1462) * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-lspconfig 62856b2...deade69 (191): > docs: update server_configurations.md skip-checks: true > fix(rubocop): support projects that do not use bundler (#2706) > docs: update server_configurations.md skip-checks: true > feat(emmet_language_server): add emmet_language_server (#2702) > docs: update server_configurations.md skip-checks: true > docs: update broken link volar (vue.js) (#2705) > docs: update server_configurations.md skip-checks: true > docs: fix documentation for missing commas (#2703) > docs: update server_configurations.md skip-checks: true > fix: correct typo on rubocop config (#2701) > docs: update server_configurations.md skip-checks: true > feat: add rubocop support (#2700) > fix(omnisharp): update on_new_config (#2692) > docs: link to github discussions, stackoverflow instead of discourse > docs: update server_configurations.md skip-checks: true > fix(ember): add support for gjs and gts files for the ember language server (#2662) > docs: update server_configurations.md skip-checks: true > docs(readme): release process #2690 > fix(nixd): nixd.json should be a dot file (#2689) > docs: update server_configurations.md skip-checks: true > docs: update server_configurations ruff-lsp url > docs: update server_configurations.md skip-checks: true > feat: add Swift-MesonLSP (#2680) > perf(gopls): make get go mod cache path async (#2673) > docs: update server_configurations.md skip-checks: true > feat: add nelua-lsp (#2667) > fix(rust_analyzer): use RUSTUP_HOME in library check (#2679) > fix(command): LspRestart should attached before buffers (#2674) > docs: update server_configurations.md skip-checks: true > fix: lsprestart only restart client which have attached buffer (#2669) > docs: update server_configurations.md skip-checks: true > fix(nixd): add nixd.json as root_dir pattern (#2665) > feat(gopls): attach previous lsp instance for GOMODCACHE (#2661) > docs: update server_configurations.md skip-checks: true > feat(tailwindcss): add .mjs and .cjs in root_pattern (#2655) > docs: update server_configurations.md skip-checks: true > fix(vtsls): remove extra backticks in description (#2659) > docs: update server_configurations.md skip-checks: true > feat(rust_analyzer): register serverStatus capability (#2658) > docs: update server_configurations.md skip-checks: true > feat: add Astro's class:list in tailwind class attributes (#2656) > docs: update server_configurations.md skip-checks: true > feat: add vale-ls (#2653) > docs: update server_configurations.md skip-checks: true > docs(vls): remove redundant code block symbol (#2652) > ci: bump nvim-neorocks/luarocks-tag-release from 4 to 5 (#2650) > fix(astro): correct the typescript.tsdk path (#2649) > docs: update server_configurations.md skip-checks: true > fix(astro): update astro config for new version of astro (#2647) > docs: update server_configurations.md skip-checks: true > feat: add statix support (#2646) > fix(rust_analyzer): check file is library (#2645) > docs: update server_configurations.md skip-checks: true > feat: add nixd support (#2644) > docs: update server_configurations.md skip-checks: true > feat: add matlab-language-server (#2643) > docs: update server_configurations.md skip-checks: true > fix(denols): pass config to vim.lsp.handlers (#2638) > docs: update server_configurations.md skip-checks: true > fix(blueprint_ls): remove non-existent subcommand (#2636) > docs: update server_configurations.md skip-checks: true > feat: add buddy mlir lsp server (#2635) > docs: fix broken links to LSP specification (#2631) > docs: update server_configurations.md skip-checks: true > feat: add pest_ls support (#2629) > docs: update server_configurations.md skip-checks: true > docs(zk): consistent commands description (#2628) > docs: update server_configurations.md skip-checks: true > fix(bashls): update bash-lsp github link (#2625) > docs: update server_configurations.md skip-checks: true > fix(unocss): add uno.config as root pattern (#2623) > docs: update server_configurations.md skip-checks: true > fix: ruby lsp features should be opt-out (#2622) > fix(sourcekit): add buildserver.json and compile_commands as root pattern (#2620) > feat(texlab): send position when building (#2614) > docs: update server_configurations.md skip-checks: true > feat: add cobol language support (#2616) > ci: bump leafo/gh-actions-lua from 8 to 10 (#2606) > feat: check eslint config file to enable flat config support (#2596) > fix(rust_analyzer): check stdout data size (#2605) > test: remove test depend and use vusted (#2603) > fix: check cmd not empty (#2602) > docs: update server_configurations.md skip-checks: true > docs: Update links in rust_analyzer (#2600) > docs: update server_configurations.md skip-checks: true > fix(ruby_ls): set formatter to auto (#2599) > fix: vim.lsp.rpc.connect is not allowed in cmd (#2597) > docs: update server_configurations.md skip-checks: true > feat: add solidity lsp from NomicFoundation (#2528) > docs: update server_configurations.md skip-checks: true > fix: use exepath on server command (#2595) > fix: check root already in workspace (#2590) > feat: wrap get root dir in coroutine . (#2565) > fix(remarkls): make root_dir more restrictive (#2405) > docs: update server_configurations.md skip-checks: true > feat: add buck2 LSP (#2585) > ci: bump JohnnyMorganz/stylua-action from 2 to 3 (#2582) > docs: update server_configurations.md skip-checks: true > feat: Add support for the other nim language server (#2581) > docs: update server_configurations.md skip-checks: true > feat: add pact lsp support (#2580) > fix(bufls): fix bufls command option (#2578) > docs: update server_configurations.md skip-checks: true > feat: allow souircery for JS filetypes (#2577) > docs: update server_configurations.md skip-checks: true > feat: make deno/cache async (#2569) > docs: update server_configurations.md skip-checks: true > fix(golangci_lint): root_pattern should look for all supported cfg files (#2574) > docs: update server_configurations.md skip-checks: true > fix(azure_pipelines_ls): add cmd (#2576) > docs: update server_configurations.md skip-checks: true > feat: add custom elements language server support (#2570) > fix(lspinfo): sub fname to check root (#2573) > docs: update server_configurations.md skip-checks: true > docs: fix documentation for gopls and helm_ls (#2571) > docs: update server_configurations.md skip-checks: true > feat: add digestif support (#2568) > docs: remove plugin manager (#2563) > docs: update server_configurations.md skip-checks: true > fix(helm_ls): fix wrong cmd (#2560) > docs: update server_configurations.md skip-checks: true > feat: add helm_ls support (#2558) > fix(eslint): get root patterns by given path (#2556) > docs: update server_configurations.md skip-checks: true > feat: add `pug` to emmet_ls (#2555) > docs: add visual mode in vim.lsp.buf.code_action section (#2553) > docs: update server_configurations.md skip-checks: true > feat: add pylyzer lsp config (#2548) > docs: update server_configurations.md skip-checks: true > feat: add htmldjango to emmet_ls (#2550) > fix: remove vim.schedule for on_attach (#2546) > docs: update server_configurations.md skip-checks: true > feat(emmet_ls): add astro,svelte and vue support (#2549) > docs: update server_configurations.md skip-checks: true > feat(millet): support single file mode (#2547) > docs: update server_configurations.md skip-checks: true > feat: add openedge support (#2513) > docs: update server_configurations.md skip-checks: true > fix(arduino_ls): disable semantic tokens for arduino_language_server (#2533) > docs: update server_configurations.md skip-checks: true > fix(sqls): deprecate sqls suggest sqlls instead (#2544) > docs: update server_configurations.md skip-checks: true > fix(dafny): add default cmd for Dafny 4 (#2541) > docs: update server_configurations.md skip-checks: true > docs(nil_ls): add a link to an example (#2540) > docs: fix typo > refactor: fix stylua lint error (#2535) > ci: removed unused packages (#2534) > ci: remove copy_directories input from luarocks-tag-release action > ci: bump nvim-neorocks/luarocks-tag-release from 1.0.2 to 4 > docs: update server_configurations.md skip-checks: true > Revert "fix(pyright): remove`useLibraryCodeForTypes` config (#2522)" (#2529) > docs: update server_configurations.md skip-checks: true > fix(pyright): remove`useLibraryCodeForTypes` config (#2522) > docs: update server_configurations.md skip-checks: true > feat: add typst-lsp support (#2526) > ci: add dependabot to bump github action versions > fix: register workspace before attaching to buffer (#2525) > chore: remove redundant config for Lua (#2523) > feat: add PyrightSetPythonPath command to pyright config (#2519) > docs: update server_configurations.md skip-checks: true > refactor(bashls): migrate to a workspace config (#2520) > docs: update server_configurations.md skip-checks: true > fix(clojure_lsp): update root directory pattern (#2515) > docs: update server_configurations.md skip-checks: true > fix(graphql): fix crash on projects without graphql (#2517) > docs: recommend LspAttach in readme (#2514) > docs: update server_configurations.md skip-checks: true > fix(vls): add `v` as filetype (#2511) > fix(denols): use correct param in nvim_buf_set_lines (#2510) > docs: update server_configurations.md skip-checks: true > fix(vhdl_ls): wrong filetypes (#2506) > docs: update server_configurations.md skip-checks: true > feat: add vhdl support (#2504) > docs: update server_configurations.md skip-checks: true > fix(rust_analyzer): remove stub settings from default (#2401) > docs: update server_configurations.md skip-checks: true > feat: add ecsact support (#2497) > fix(lspinfo): use compatible api to set the lspinfo bufhidden option(#2500) > ci: fix config change workflow > docs: update server_configurations.md skip-checks: true > docs(arduino): mention upstream keywords bug (#2495) > feat: support Godot 4 port by default (#2494) > docs: update server_configurations.md skip-checks: true > feat: add azure pipelines lsp (#2493) > fix(util): update `is_windows` detection (#2492) > docs: update server_configurations.md skip-checks: true > fix: add clojure to tailwindcss lsp filetypes (#2490) > fix(commands): Strange `LspStop` arguments, not matching doc (#2486) > docs: update server_configurations.md skip-checks: true > feat: add cairo_ls (#2483) * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-tree.lua 9c97e64...a708bd2 (95): > feat: add sort_by "suffix" (#2307) > fix: sort_by "extension" falls back to name (#2306) > feat: add sort_by "filetype" (#2302) > fix(#1989): cut/paste over open buffer (#2279) > fix(#2301): do not show git status on grouped dirs when show_on_open_dirs (#2303) > fix(#2293): remove unnecessary git status during find file (#2294) > feat(#2270): add notify.absolute_path - show file or absolute path (default) names with notifications (#2286) > feat(#2277): skip overwrite prompt when copy/cut paste into same directory (#2278) > feat(event): add WillCreateFile, WillRemoveFile (#2273) > docs: clarify need for clean room replicator on bug report form > feat(#1804): add api.marks.bulk.delete with default bd mapping (#2276) > fix(#2240): disable watchers following EMFILE (#2268) > fix: focus visible parent on collapse all (#2261) > fix: fs_watcher not started for .git folders (windows) (#2265) > docs: fix typo in netrw section (#2264) > fix(#1545): dispatch Event.Resize on all window resizes, requires nvim 0.9+ (#2238) > feat: support vim.diagnostic.is_disabled() (#2232) > refactor: move `reload` function into `utils` module (#2247) > docs: reformat quickstart readme example (#2258) > feat(#1837): add git.disable_for_dirs (#2239) > docs: add on_attach to quickstart (#2256) > docs: add on_attach to quickstart (#2236) > docs: clarify git icon positions (#2235) > fix(#2104): remove experimental.git.async, always used (#2234) > fix(#1785): retain focused node on filter toggles (#2202) > docs: add nvim-tree-netrw (#2222) > feat: add winid parameter for api.tree.open, toggle, find_file (#2213) > feat: add NvimTreeSymlinkIcon (#2198) > fix(#2191): edit: disregard floating windows (#2212) > fix(#2191): edit: disregard floating windows (#2209) > fix: nerd font 3 bookmark icon (#2203) > fix: type annotations for utils.is_nvim_tree_buf (#2180) > feat: add NvimTreeNormalFloat (#2167) > chore(deps): bump JohnnyMorganz/stylua-action from 2 to 3 (#2181) > feat(api): add `node.open.drop()` (#2164) > fix(#2175): check number of actions.open_file.window_picker.chars before picking window (#2177) > fix(#2154): `find_file` doesn't work when `group_empty` option is enabled (#2100) > docs: clarify on_attach example, quick start (#2165) > Revert "fix(#1976): support non-standard `$GIT_DIR` (#2012)" > build: explicit lua lsp settings (#2166) > fix(#2132): focus file after rename and paste (#2151) > test: disable netrw for clean room (#2163) > fix(#2157): use stdpath cache for nvim-tree-on-attach.lua (#2159) > feat(api): Add new node selection action based on tab :drop command (#2161) > doc: update matrix link > fix(#1976): support non-standard `$GIT_DIR` (#2012) > feat(#1974): enable experimental.git.async by default, see nvim-tree/nvim-tree.lua#2104 (#2158) > doc: add test case requirement to CONTRIBUTING > feat(api): add tree.is_visible, tree.is_tree_buf (#2150) > fix: help window header is minimum width (#2149) > doc: tidy quick start, enhance on_attach > update hero shots > feat: deprecate view.mappings, see https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach (#2143) > fix(#2126): custom window pickers may create windows (#2140) > fix(#2139): API functions not passing arguments (#2141) > feat(#2079): sort_by may return predefined sort (#2123) > fix(#1950): disable most API until nvim-tree setup has been called (#2125) > feat(renderer): add NvimTreeSymlinkFolderName (#2000) > fix(#1697): remove notify plugin auto-detection (#2135) > fix(#2109): floating help window (#2120) > fix(#2133): harden hide_root_folder deprecation (#2134) > deprecated(#1808): hide_root_folder (#2124) > feat(#1669): remove deprecated open_on_setup mechanisms (#2122) > fix(#2114): remove deprecated non-API from lib, events (#2121) > docs: complete API (#2115) > docs: :help for api.node (#2106) > chore(deps): bump amannn/action-semantic-pull-request (#2107) > feat(#1974): experimental.gi 6C8E t.async see nvim-tree/nvim-tree.lua#2104 (#2094) > fix: `api.node.open.preview` should toggle directories (#2099) > feat(#2092): add api.node.navigate.open.next, prev (#2093) > ci: ensure PR subjects follow semantic commit spec (#2096) > fix(#2088): actions change dir enable false does not update tree root (#2095) > feat(api): add api.commands.get (#2083) > fix(#2086): "Rename: Omit Filename" not removing file name (#2087) > fix(#2078): :NvimTreeFindFile focuses tree (#2080) > fix(#1858): deprecation warning for config.mappings.active and default (#2084) > fix(#2081): do not change root for inexistent files (#2082) > fix(diagnostics): coc obey diagnostics.severity (#2072) > fix(#2057): update focused file on new terminal (#2060) > doc: spelling (#2070) > fix(doc): duplicate help tag in README (#2066) > feat(api): add api.config.mappings.get_keymap and get_keymap_default (#2056) > doc: README installation points to wiki for plugin manager instructions (#2055) > feat(api): api.tree.find_file feature parity with open/toggle, convert all commands to API, document commands (#2039) > fix(#1858): fire TreeAttachedPost event following on_attach call > feat(git): add TM git status (#2045) > doc: clarify setup() expense and purpose > doc: bug report points users to wiki for nvt-min.lua replication > doc: bug report points users to wiki for nvt-min.lua replication (#2051) > feat(api): add api.config.mappings.default_on_attach (#2037) > doc: case sensitive rename is not possible on macOS with case insensitive file systems > fix: typo on clipboard notify (#2032) > fix(#2024): revert removal of deprecated nvim-tree.config nvim_tree_callback > fix(#2024): help handles empty mapping description > feat: automated migration from view.mappings.list to on_attach, see https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach (#1579) * aspects/nvim/files/.config/nvim/pack/bundle/opt/typescript-vim 52f3ca3...31ede5a (1): > Merge pull request #202 from thatsmydoing/patch-1 * aspects/nvim/files/.config/nvim/pack/bundle/opt/undotree 485f01e...0e11ba7 (1): > Fixed an issue where UndotreeToggle causes Undefined variable t:diffpanel * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-abolish 880a562...cb3dcb2 (4): > Remove crt and cr<Space> from README > Remove crt > Remove duplicate Coercion keymap from README list > Remove documentation of space coercions * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-dirvish 6233243...bbf53b3 (3): > fix: spurious "Buffer would be deleted" warning > fix(mappings): "." on current directory > cleanup * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-eunuch 291ef1f...67f3dd3 (1): > Fix a typo * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-fugitive 62f42f0...43f18ab (28): > Support netrw buffers with blank buffer names > Always fire BufReadStatus's autocmd > Allow ftplugin maps to override historical buffer maps > Support :GBrowse with paths outside current repo > Try harder to match diff headers with ambiguous spacing > Restore status commit lists for "." remote > Document czs > Guard against missing win_id2win on Vim 7.4 > Provide default merge head for "." remote > Use the dir variable in fugitive#Head > Reject remotes without appropriate push/fetch key > Fix duplicate "Unpulled" section when push and pull match > Don't default to origin remote in bare repos > Default pull ref to branch of same name > Fix dropped quote of `entries` > When push ref is missing, show unpushed upstream commits instead > Refactor retrieval of push/pull refs in status buffer, again > Fall back to "Unpushed to *" when no upstream head is found > Retool retrieval of push/pull refs in status buffer > Don't show "Unpushed to *" if no remotes > Make commit/rebase maps available in blame buffers > Avoid narrow :Git subcommand splits in blame windows > Tighten matches for URL buffer names > Avoid blurring status when :Gedit argument parsing throws an error > Drop g:fugitive_defer_to_existing_maps > Undo inadvertent revert > Fix typo > Focus correct window after gq in :Git blame * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-git 5143bea...105fd55 (2): > Add git ftplugin to set 'nomodeline' > Make gitcommit summary length configurable * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-markdown 5d3d1b6...cc82d88 (1): > Expand relative path URL using host path separator * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-projectionist 3a08894...e292c4e (4): > Account for tab-local directory during temporary chdir > Support <mods> in :Console > Clarify documentation of navigation commands > Force :Sleuth to run before template application * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-rails 959e94b...2b8c4fc (4): > Tighten check for existing gf maps > Drop User BufEnterRails autocommand > Override "titlecase" coercion in rails.vim > Remove s:function(), which is unnecessary on Vim 8 * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-slime 11f7084...a096a29 (6): > Remove magic/invisible characters > Remove (screen) colon command > Merge pull request #382 from 00sapo/patch-1 > Merge pull request #375 from jpalardy/fix-wezterm > Merge pull request #372 from gbarta/remove-obsolete-vimterminal-workaround > Merge pull request #367 from jpalardy/fix-slime-paste-file * aspects/nvim/files/.config/nvim/pack/bundle/opt/zen-mode.nvim 3c92f50...68f5547 (11): > chore(build): auto-generate vimdoc > docs: install instructions for lazy > chore(main): release 1.2.0 (#90) > chore(build): auto-generate vimdoc > feat(plugins): wezterm integration (#61) > chore(main): release 1.1.1 (#86) > chore: update templates > chore(build): auto-generate vimdoc > chore: update templates > chore(build): auto-generate vimdoc > fix: Make fold and vertical fcs zen (#85)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only applies to Neovim, as Vim doesn't have this group.
The text was updated successfully, but these errors were encountered: