Skip to content

Fix tmux clipboard fallback on older releases#92

Open
limijd wants to merge 1 commit intomainfrom
codex/investigate-tmux-strange-character-issue
Open

Fix tmux clipboard fallback on older releases#92
limijd wants to merge 1 commit intomainfrom
codex/investigate-tmux-strange-character-issue

Conversation

@limijd
Copy link
Copy Markdown
Owner

@limijd limijd commented Sep 26, 2025

Summary

  • ensure Neovim uses tmux load-buffer/save-buffer when running inside tmux so older releases do not echo OSC 52 sequences

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68d6af04fb9883319d279947b8b1a703

limijd added a commit that referenced this pull request Nov 14, 2025
d78fb3b6 feat: max_height for completion window (#2202)
REVERT: b5311ab3 fix missing required fields in formatting config (#2040)
REVERT: 684b3cf5 Format with stylua
REVERT: 30d25932 fix: handle winborder in neovim-0.11 (#2150)
REVERT: 059e8949 fix: ref-fix backward compatibility
REVERT: 3fce8d97 improve backward compatibility
REVERT: c4c784a6 don't use deprecated functions
REVERT: 1e1900b0 Preserve 'buflisted' state when applying LSP text edits (#2141)
REVERT: c2737070 Fix typos (#2135)
REVERT: 5a116824 Format with stylua
REVERT: 1deeb87b fix(utils): Only call callback if type(callback) == "function" (#2038)
REVERT: 12509903 fix: Outdated completion item with mini.snippets (#2126)
REVERT: 8c82d0bd fix: enable sort_text comparator by default (#2122)
REVERT: 2c35020d fixup! fix: remove deprecated use of vim.tbl_add_reverse_lookup (#1931) (#1991)
REVERT: 5a9ad0d8 Fix completion menu showing over the cmd win (#1904)
REVERT: 28ab7f7d use only the specified field's width for the window width
REVERT: 4c1ca826 Mark vimscript block as "vim" (#2121)
REVERT: b555203c fix: make <M-`> work again (#2107)
REVERT: 8c447245 fix: typo in view.lua (#2103)
REVERT: 98e8b9d5 expose latest response for creating compat layer
REVERT: 3403e2e9 Format with stylua
REVERT: 1d572527 add `cmp.get_registered_sources` and `CmpRegisterSource` /`CmpUnregisterSource` autocmd.
REVERT: ca4d3330 fix: some symbols can't be mapped correctly (#2081)
REVERT: ed31156a use vim.loop if vim.uv is not defined
REVERT: 746896cb use `vim.uv.hrtime` instead of `os.clock`
REVERT: be7bd4c5 fix: scrollbar thumb ui issue (#2068)
REVERT: 2d7e6da1 Format with stylua
REVERT: 6fade6db fix: make <C-'> work again (#2093)
REVERT: 40a03dc2 fix: make <c-,> and <c-:> work again (#2092)
REVERT: f17d9b43 support cpying self-referenced table (#2076)
REVERT: 7d405106 fix: make <c-;> work again (#2073)
REVERT: 29fb4854 feat: allow more completion highlight control (#1972)
REVERT: 88661b7c Format with stylua
REVERT: 19bd8c7c fix: use \<* notation for keymap.normalize (#2069)
REVERT: 5d0651c9 fix: don't blow up when `nvim_buf_get_lines()` returns Blobs (#2050)
REVERT: 2c93d5e7 perf: use builtin for key normalization (#1935)
REVERT: 82bd4b59 Avoid calling del_extmark on non existing buffer (#2053)
REVERT: cc683345 Format with stylua
REVERT: 07f3f005 add performance.filtering_context_budget fixes #2060
REVERT: c183f45f Format with stylua
REVERT: 1a1d7ecb perf: improve for source providing huge list of items (#1980)
REVERT: ae644feb Add newer fallback method for tree-sitter scopes (#2006)
REVERT: d818fd06 fix(view): check in get_selected_index (#1993)
REVERT: e1757aea feat(view): add api get_selected_index (#1986)
REVERT: 7e348da6 fix(feedkeys): resolve issue with some copilot completions (#1981)
REVERT: a110e12d enable ghost_text for multi-line completions (#1886)
REVERT: 5260e5e8 use nvim_get_option_value instead of nvim{,_buf,_win}_get_option
REVERT: abacd4cb Move to non deprecated function calls (#1930)
REVERT: 31a2939e fix: remove deprecated use of vim.tbl_add_reverse_lookup (#1931)
REVERT: 24122371 fix: `cmp.close()` when `autocompletion = false` (#1921)
REVERT: 1d88772d fix: unexpected behavior when `autocomplete = false` (#1920)
REVERT: cd2cf0c1 Docs: fix README.md by adding setup for cmp-git (#1914)
REVERT: 8f3c5414 perf: don't eagerly load vim.snippet (#1896)
REVERT: ce16de56 support snippet item in ghost_text
REVERT: 72403621 support snippet item in ghost_text
REVERT: 2fb2a3cf docs: update and fix `view` documentation (#1868)
REVERT: b9fd19fa fix #1649
REVERT: 7aa3f719 feat: add option for view to follow cursor (#1727)
REVERT: 97dc716f feat: make winblend configurable (#1861)
REVERT: c34fa793 re-improve resolve behavior
REVERT: 6ed1c934 follow VSCode resolve logic (#1857)
REVERT: 630cdf7d fix #1858
REVERT: be50b239 Format with stylua
REVERT: b7b2c126 - fix ci - fix #1780
REVERT: b356f2c8 Allow window.documentation.max_{width, height} to be set to 0 (#1394)
REVERT: 43b460a2 Favor existing values in completion_item over resovled_completion_item (#1725)
REVERT: 13451e7e docs: fix invalid WindowConfig schema, should match to the docs (#1779)
REVERT: 66f0a031 feat: default to `vim.snippet` for snippet expansion if available (#1820)
REVERT: 763c720d fix(ghost_text): make sure to the delete the mark for the same buffer (#1826)
REVERT: 53d80d4d fix: small windows no longer constantly throw errors (#1824)
REVERT: 6460f979 Add option for symbol matching logic. (#1515)
REVERT: a1b4ef08 feat: avoid global variable use (#1813)
REVERT: 04e0ca37 fix: one more item than max_item_count is displayed (#1811)
REVERT: 538e37ba feat(ci): update luarocks-tag-release to latest version (#1776)
REVERT: 41d7633e feat: sort source entries before slicing when using max_item_count (#1765)
REVERT: 5e1fa025 Fix: Buffer is not 'modifiable' (#1677)
REVERT: 55734c8b feat: match default border color to standard neovim float border hl (#1689)
REVERT: a70bdcfe Fixed typos in cmp.txt file (#1730)
REVERT: c01a0384 Mark non-required setup fields as optional (#1723)
REVERT: 36eb3a69 add test-case placeholders
REVERT: 82ba05c7 Fix fuzzy matcher adding invalid matches (#909) (#1420)
REVERT: 0b751f6b fix(ghost_text): ephemeral-like inline ghost-text workaround (#1688)
REVERT: 51260c02 fix: remove usages from vim.lsp.util.parse_snippet (#1734)
REVERT: d3a30562 ci: fix broken tests (#1729)
REVERT: 5dce1b77 Format with stylua
REVERT: 026ef944 docs: Add comments and type annotations for sorting comparators (#1687)
REVERT: 51f1e11a fix(ghost_text): `ephemeral` causes a false positive of no inline support (#1645)
REVERT: 969c5aff perf(core): simplify and improve `find_line_suffix()` (#1675)
REVERT: 992fa0dd Format with stylua
REVERT: 1c03ebc7 feat: add toggle_doc functionality (#1647)
REVERT: 3b9f2806 add context check for invalid detection
REVERT: 6c84bc75 implement is_invalid detection
REVERT: c4e491a8 perf: fix `nvim_replace_termcodes` being called on every `CursorMoved` (#1650)
REVERT: 2743dd98 improve pattern handling
REVERT: e1f1b407 Format with stylua
REVERT: 9e49ed3f fix confirm resolve
REVERT: 8a1694ff Expand docs for select_next_item select_prev_item (#1626)
REVERT: fa492591 fix type of the config.autocomplete to accept false (#1624)
REVERT: b8c2a62b Update ghost_text type to allow true (#1616)
REVERT: 69e7d280 Format with stylua
REVERT: 48c0bc7e fix: huge single line performance (#1433) (#1615)
REVERT: 09ff53ff Format with stylua
REVERT: 559b688c restore max_item_count
REVERT: 6f118169 fix(async): properly trigger callbacks when canceling and fix delays in `throttle.sync` (#1611)
REVERT: b5a636d4 Improve types related to mapping definitions (#1604)
REVERT: a2198e3d fix: handle godot LSP better (#1592)
REVERT: fc0f694a Updating documentation as cmp_git source as been moved to git (#1603)
REVERT: b43bfaf3 fix(entry): fix matches highlight information fixes #1426
REVERT: 3874e09e fix(entry): remove offset + 1 for tailwindcss
REVERT: 1088b374 Add extmark inline feature detection
REVERT: 15e8a636 Restore schedule_wrap
REVERT: a0225043 fix entry highlight in complete-menu (#1593)
REVERT: 8a3d2dd7 Remove max_item_count from source configuration
REVERT: abb5c751 feat: cmp async (#1583)
REVERT: 950d0e3a ghost text inline (#1588)
REVERT: 799392ac Fix demo video in README.md (#1585)
REVERT: 3ac8d6cd docs: fix adjecent typo (#1577)
REVERT: 41c60279 docs: fix typos, add confirm.behavior example cfg (#1576)
REVERT: 768548bf perf(source): only filter up to 200 entries and dont use the cache (#1574)
REVERT: d1537711 fix(ghost_text): safely apply virtual_text highlight (#1563)
REVERT: 935b4069 Improve misc.merge
REVERT: 5a80cd4e Fix #897
REVERT: 1cad30fc Added a modified=false to documentation buffer, so it can be removed without E89 errors (#1557)
REVERT: 0e120a63 Fix #1556
REVERT: 8b76965e fix 1533, add regression test (#1558)
REVERT: 0f47dcaf Add `buftype=nofile` for entries_win and docs_win - reddit user mention this...
REVERT: 8d2f1905 Fix #1550
REVERT: bd168a2f Format with stylua
REVERT: 83395420 Add test for #1552 Close #1552
REVERT: 9b0bc5f9 Revert #1534 temporaly
REVERT: c7189282 fix typo (#1551)
REVERT: c3f7c54f ci: add release workflow to publish new tags to LuaRocks (#1431)
REVERT: 0cb4b8a6 Format with stylua
REVERT: 5547295b fix: #1533 (#1534)
REVERT: 524cc0ba fix(cmdline): properly compute string length (#1544)
REVERT: 5dcbc91d Try to fix #1458 (#1548)
REVERT: 11102d3d Squashed commit of the following:
REVERT: 98d5d058 Add note for cmdline mapping limitation
REVERT: 2db3d7ca Add note for `set paste` option
REVERT: e28fb7a7 fix: Use vim.treesitter.get_node_text() to avoid deprecation warning (#1499)
REVERT: f55a3e7f Document cmd.ConfirmBehavior options (#1503)
REVERT: 78bb79b1 fix(rockspec): add doc folder (#1481)
REVERT: 777450fd Improve docs
REVERT: feed47fd fix: annotate complete option as optional (#1475)
REVERT: 01f697a6 fix: in lua if(0) evaluates to true, so check vim.fn.has == 1 (#1465)
REVERT: 227306a3 fix: de-duplicate completion correctly (#1466)
REVERT: 339186c9 fix CI (#1462)
REVERT: 7a3b1e76 Improve docs
REVERT: 42615630 Fix #1443
REVERT: 7cd39409 Fix #1443
REVERT: ba7a5347 fix: better check for if setcmdline() is available (#1456)
REVERT: d3a2833c doc: fix spelling of whether (#1453)
REVERT: 8202df95 fix: prevent autocmd outbursts by using setcmdline instead of feedkey (#1446)
REVERT: 0c6a89af Improve perf
REVERT: ea9eaff5 Maybe improve cmdline redraw
REVERT: 208d69f2 README.md: don't set 'completeopt' (#1442)
REVERT: c4128bcd Fix CI
REVERT: a926412e Fix fuzzy matching option check and matched position
REVERT: 1b2e843a Add cmp.mapping.preset.* change policy
REVERT: 6635b7ae Fix fuzzy match without no partial match
REVERT: aae0c3e4 Implement middle fuzzy matching Fixes #1422
REVERT: 53f49c51 feat(mapping): add all native mappings (#1430)
REVERT: cfafe0a1 Improved: ALL option settings do not fire the `OptionSet` event (#1417)
REVERT: e7e2ef70 Setting local window options does not trigger the "OptionSet" event (#1415)
REVERT: 11a95792 Disable sort_text by default
REVERT: 4748ea5a Fix locality sorting
REVERT: c49ad26e keymap.lua: Fix duplicate keymap detection (#1379)
REVERT: e55033fc Fix #1322
REVERT: a9c701fa Round up width/height for windows (#1373)
REVERT: d09b0c39 convert encoding of range instead of start / end (#1364)
REVERT: 8868cf9a Delete FUNDING.yml
REVERT: 8bbaeda7 fix(api): consider multibyte characters in get_screen_cursor (cmdline) (#1352)
REVERT: 10b1d112 Docs: Use tree-sitter language injection (#1350)
REVERT: 93f385c1 Fix #1327
REVERT: bb95d975 Fix #1329
REVERT: 4c05626c Improve a bit
REVERT: 431f0459 Refactor a bit
REVERT: 0a9ccdf1 Fix #1321 Fix #1315
REVERT: 31a145c8 Fix #1249
REVERT: 8a9e8a89 feat: added scrollbar option to window.completition ( #1087) (#1308)
REVERT: a188be85 Add a rule to install stylua and use the local one for other rules (#1307)
REVERT: e8203352 LSP 3.17 (#1306)
REVERT: aee40113 fix: type annotation for enabled field in ConfigSchema (#1299)
REVERT: c53dd36a Fix parantheses bug  and use string.rep (#1297)
REVERT: 69c85860 chore: run formatting (#1295)
REVERT: c37ea789 Update docs_view.lua (#1292)
REVERT: ec86960d fix: "count" option inserting characters (#1293)
REVERT: 11839571 Fix #1276
REVERT: 16ec8c6b fix(custom_entries_view): offset is also the number of bytes (#1288)
REVERT: bdfadc12 feat: select_next_item and select_prev_item support "count" option. deafults to 1 (#1262)
REVERT: c8d4afda fix(custom_entries_view): consider multibyte characters (#1287)
REVERT: 9bb8ee6e fix(custom_entries_view): remove off-by-one error with bottom_up selection order (#1261)
REVERT: cdb77665 Use `default_capabilities()` in doc and util (#1254)
REVERT: e94d3489 Fix undefined new() error in example source (#1237)
REVERT: 0b6654d3 Update README to use the new default_capabilities (#1243)
REVERT: 3347dd3c Fix #1217
REVERT: 69476c9e ci
REVERT: bf1b1126 Remove ansiblels test
REVERT: 714ccb74 fix compatibility with nvim < 0.8 (#1227)
REVERT: 53bd5749 Fix #1213
REVERT: 99ef8543 fix(context): compatibility with nvim<0.8 (#1224)
REVERT: 0ad2450f fix(context): `in_treesitter_capture` (#1211)
REVERT: 0e436ee2 fix(entry/get_replace_range): workaround for end char matching cursor position (#1177)
REVERT: b0dff0ec Update type annotations for setup.cmdline (#1194)
REVERT: da2d88ec ADD: formatting.expandable_indicator to show the `expandable` indicator (#1207)
REVERT: 203aa26f Fix for cmdheight=0 Fixes #1196 Fixes hrsh7th/cmp-cmdline#64
REVERT: beb1d14c Add scrolloff option for completion window.
REVERT: 2427d06b Format by stylua (#1195)
REVERT: 83c09769 `setup.cmdline`: support using a table (#1193)
REVERT: 4dd7ab6c fix(rockspec): fixed format + ran formatter (#1174)
REVERT: d2bc377b Update README.md to add missing do (#1188)
REVERT: dd4173fc Optimize performance more
REVERT: e1f31778 Optimize performance
REVERT: 17a55b3d `README.md`: use buffer source for `/` and `?` (#1186)
REVERT: 913eb859 feat: add `filter` option to sources (#1067)
REVERT: b16e5bcf Restore rockspec
REVERT: 33fbb2c3 Fix grammar mistake: "setup" -> "set up" (#1155)
REVERT: 6b3dbc83 fix(timer): close timers before Neovim exits (#1166)
REVERT: b5885696 Add incsearch_redraw_keys settings (#1162)
REVERT: 058100d8 Fix #1149 (temporary fix)
REVERT: 347fabf9 Fix #1146
REVERT: 82876863 Re-fix #1144
REVERT: 995a2a9f Fix #1144
REVERT: 3cc0c182 Fix #1142
REVERT: 7e67df51 Fix #1135
REVERT: db261b4e Fix onetime configuration handling
REVERT: 27bc575d fix(entry/get_replace_range): handle TextEdit.range (#1140)
REVERT: 49c4050e Refactor a bit
REVERT: 9417f48a Restore filetype setting
REVERT: 1307917f Fix #1139
REVERT: b1ebdb0a Add FAQ for clangd's command-line arguments. Fixes #999
REVERT: 8ce0832a The default highlight groups shouldn't be default=true. Fixes #972
REVERT: 85235684 Fix #1102
REVERT: 983453e3 Use `cmp.config.sources` (#1105)
REVERT: 706371f1 add check for nil on documentation.value (#1091)
REVERT: 76ba56ce Decrease waits
REVERT: bf5593df Improve typings
REVERT: 89df2cb2 Fix native_entries_view.info width and col calculations (#1075)
REVERT: 33588ca2 fix: #1030 (#1062)
REVERT: 1568d769 Fix type comment for cmp.ContextReason (#1045)
REVERT: ad31a2b0 (feat) Custom item kinds (#1003)
REVERT: c4dcb124 Fix border width calculation
REVERT: 9897465a Fix stylua integration (#1054)
REVERT: 1cad1815 Fix typo (#1047)
REVERT: 8cab7889 add events: view_opened and view_closed (#965)
REVERT: df6734aa Add Completion Window Options (#901)
REVERT: 0e65333c make debounce and throttle time configurable (#1026)
REVERT: 15c7bf7c Update documentation (#1019)
REVERT: ce643c12 Fix doc typo (#1025)
REVERT: 033a817c fix: only scroll docs if docs view is visible (#1011)
REVERT: 6e1e3865 Update bug_report.yml
REVERT: cd694b89 Fix #989
REVERT: 16040525 Reuse scratch buffer for keymap normalization (#991)
REVERT: 23e182d6 fix(types)(cmp): missing `filetype` type (#990)
REVERT: 9a0c639a Fix #987
REVERT: 0318a3cb Improve the codes for sumneko friendly
REVERT: 6527e5f3 fix: use scratch buffer and lhs for keymap.normalize() (#986)
REVERT: a226b6a4 Fix #973
REVERT: f81bfee1 Fix #964 Fix #963 Fix #966
REVERT: c6126cca Fix #962
REVERT: e64421ef Fix #960
REVERT: 5054c144 dev (#956)
REVERT: bba6fb67 Fixed typo (#928)
REVERT: 101f4aa7 fix: don't show non-working configuration in deprecation suggestion (#946)
REVERT: bb5cac4d Help page changes. (#952)
REVERT: baa8646c Add confirmation.get_commit_characters documents. Fix #948
REVERT: f841fa6c Reduce flicker
REVERT: 74284cff docs: fix sample code for `cmp.config.sources` (#942)
REVERT: 433af3df Add docs
REVERT: f51dc68e fix: Fix stylua errors and install_stylua script (#923)
REVERT: f9f6d8dc Fix scopes comparator
REVERT: 07132dc5 fix: use vim.treesitter.query instead of deprecated nvim-treesitter.ts_utils (#919)
REVERT: 2aa7eee2 Improve README.md
REVERT: b5433f90 docs!: improve the instructions to follow breaking changes (#231) (#904)
REVERT: d3e74ec3 Remove print
REVERT: 77d88ba0 Revert #873 fixes for Fix #899
REVERT: ec8e87ce Revert #886 and refactor (#900)
REVERT: 7e07dd50 Fix #893
REVERT: dbc72290 Fix #894
REVERT: 0c1f37c5 Fix mapping normalization order
REVERT: f4b3dda7 Improve cmdline preset
REVERT: 93cf84f7 Remove all default mappings
REVERT: 4f1358e6 Add deprecation notice
REVERT: fae808a2 dev (#813)
REVERT: f5734795 make completion popup windows have bufhidden=wipe (#886)
REVERT: 3192a0c5 Fix #875
REVERT: 1558d110 Bottom up mode for custom menu (#848)
REVERT: 7903e867 Change URL of FAQ in bug_report (#867)
REVERT: 82738dc1 Update bug_report.yml
REVERT: f66f7e48 Update bug_report.yml
REVERT: 3fa777ac Update issue template
REVERT: 801a9f98 Improve macro handling
REVERT: 27970d8a Update bug_report.yml
REVERT: 7dbe34e3 Fix snr notation
REVERT: b3ca3fde Fix recursive mapping problem. Thank you tpope! Fix #858 Fix #871
REVERT: 15f08a8f Avoid misleading suggested configuration
REVERT: c1589830 Prefer above identifier for locality sort
REVERT: 3a164929 Improve scopes sorter
REVERT: a97d2f46 Use `get_word` instead to sort.
REVERT: c1d0cd0f Use cache for locality sort
REVERT: a5024f91 Add locality sort (easy version)
REVERT: 2de24d3e Rename locals to scopes
REVERT: dc3113a7 Add  sort (required nvim-treesitter)
REVERT: 5e794cdf Improve timing
REVERT: dd6e4d96 use only the first filetype when formatting (#857)
REVERT: 2dff6a8b fix(misc): kill redundant redraw during incsearch (#485) (#859)
REVERT: 272cbdca Update readme: add a link to a list of cmp sources (#853)
REVERT: 71d7f46b Try to fix col adjustment (#843)
REVERT: c60cb7a1 Make sure config is not nil (#836)
REVERT: e23de1f2 Add `cmp.get_entries`. Fixes #831
REVERT: 1001683b Add doc
REVERT: 45e93cdf Redundent kind of lsp.MarkupKind (#819)
REVERT: 13d64460 Fix entry:get_word()'s cache condition
REVERT: 4f5cc6a9 Fix #801 Fix #615 Fix #798
REVERT: ba47440a Improve common string mapping instruction
REVERT: 2d8f40b2 Add docs for integarting copilot.vim
REVERT: 4bc038f7 fmt
REVERT: bf78446d Refactor wildmenu_entries_view
REVERT: a8150a2c Improve complete_common_string
REVERT: c0735018 Implement matching config. Fix #796
REVERT: 33fc65f1 test&lint&fmt
REVERT: 070c5572 Implement shell like common string completion. Fix #785
REVERT: 7e473b99 Support multiple filetypes Fix #786
REVERT: 20152c6a Fix #789
REVERT: 26a9184c Add filetype config Use view.entries == 'native' instead of experimental.native_menu
REVERT: ad3c1adb Refactor context module, return false (not {}) in context.in_treesitter_capture (#777)
REVERT: 3a2f1bbc Added `event_chars` property to `confirm_done event` (#782)
REVERT: df05fe6f Fix: close the view if cmp.enabled = false and the user types some text (#781)
REVERT: a7fea2ca Decrease THROTTLE_TIME
REVERT: de69c657 Fix menu position for horizontal splitting
REVERT: 124f1611 Statusline view in search mode or command line mode (#729)
REVERT: d6838996 improve
REVERT: 55f04e49 Improve sync API
REVERT: 0d23640f Fix #757
REVERT: f4bb6ffd Improve keymap (#768)
REVERT: d9310424 Wait for filtering completion
REVERT: 57101a2e Re fix #754
REVERT: f960d482 Fix Ci
REVERT: 2d67b6dd Fix #756
REVERT: 27123b12 Fix #754
REVERT: 7cb14b0c Fix docs to avoid "E20: Mark not set" error (#753)
REVERT: 1797f9e1 fmt&lint
REVERT: 7a1e4848 Improve recently used
REVERT: 8fc8d31c Support import completion
REVERT: 682818b2 evacuate -> fallback
REVERT: 4c0a6512 Fix cmdline mapping again
REVERT: cea9c2a0 fix cmdline mapping
REVERT: c23d810a Fix #746
REVERT: a54064d9 Add comments
REVERT: 440897ef Fix #741
REVERT: 49d94e0e Fix keymap.t timing
REVERT: 703e915b Improve keymapping handling
REVERT: 243d5f4a Fix expression resolving timing
REVERT: ec972710 Solve expression manually
REVERT: 2ed0cdab Revert expr mapping handling
REVERT: 76d92fca Fix cmdline completion redraw
REVERT: 9f3440e7 Add comments
REVERT: 008de7eb Avoid expr mapping message (#738)
REVERT: 098182e2 Fix #734
REVERT: bce1b2d7 Fix expr keymap handling
REVERT: 614e00de Use utf-16 at this time
REVERT: f7988559 Fix offset encoding enum
REVERT: 474e716e Speficy offset encoding
REVERT: ce0a3581 Improve word creation
REVERT: 5ddf3732 Fix #721
REVERT: 96c392de Improve tests
REVERT: d6aaea47 Improve keymap handling (#720)
REVERT: ef5bdb43 Improve redraw in search mode
REVERT: 21456a10 fmt/test
REVERT: dff06958 Fix #716
REVERT: e0cfbbba Re-fix flickering
REVERT: 89643cc2 Fix hlsearch Fix hrsh7th/cmp-cmdline#29 (comment)
REVERT: 4b5d0a57 Improve wording on keyword_length documentation (#719)
REVERT: 9f6d2b42 Default CmpItemKind%name% to CmpItemKind (#712)
REVERT: 3f7b7b25 Add `complete_done` event and improved the recently_used sorter. Fix #708
REVERT: a4f83fd8 Fix #589
REVERT: 5533c352 Fix #699 Fix #705 Fix #698
REVERT: 796f9259 Fix #703
REVERT: 1b94aaca Correct the description of functions (#697)
REVERT: eca04af4 handle `nil` value accessing `CompletionItemKind` (#690)
REVERT: d0f2ce46 Fix #615
REVERT: 5cf5576c Fix #683
REVERT: 966dfdc4 add function to check if in comment (#676)
REVERT: b9edce72 Add the snippet indicator for items with Snippet kind (#677)
REVERT: ae708ef3 Change cmp#ready to CmpReady and document autocmds better (#669)
REVERT: 4a196453 Use a default zindex of 50 for documentation (#661)
REVERT: 9c07c2d1 Fix vim.fn.complete being constantly called (#654)
REVERT: b11f8bbe Improve README.md
REVERT: 4efecf7f Correct vim doc reference for getcmdtype() (#650)
REVERT: da4c071f Fix #648
REVERT: 91b6f503 Fix #582
REVERT: 79ea2b7b Fix #603
REVERT: 47d7cfc0 Fix #640
REVERT: b9035459 Fix #646 Resolve all properties by default
REVERT: 49de0582 Fix #637
REVERT: 8ffaeffa Update issue template
REVERT: 793b4454 Update issue template
REVERT: 3d74fa77 Update issue template
REVERT: 727ddee5 Fix rendering of wide characters in the custom completion window (#641)
REVERT: af07ff9b docs: clarify behavior of `select` in confirm mapping (#621)
REVERT: fab968f7  Readme: improve readability of lua code block in setup section (#622)
REVERT: edc2a503 Fix #610
REVERT: d12ba90d feat: add issue template (#604)
REVERT: 10f5883c Fix docs
REVERT: 7960dad5 fmt
REVERT: c2652f0a Implement #349
REVERT: d17d41bd Fix #595
REVERT: a61c36a6 fmt
REVERT: f2f9a332 Use vim.lsp.util.apply_text_edits instead of vim-vital-vs
REVERT: ed000eb3 fix: default highlights overriding existing highlights (#591)
REVERT: 092fb66b Fix duplicate doc tags (#586)
REVERT: 593a6345 Implement kind highlights (#584)
REVERT: 7b744e05 Fix multibyte chars
REVERT: a8601711 Fire change events when selecting different items with native menu completion (#514)
REVERT: 9d48dd0d Add documents (#460)
REVERT: bf3b2d45 Fix README.md
REVERT: 2e4270d0 Improve incomplete handling
REVERT: ac476e05 Remove misc.readonly Fix #571
REVERT: 6fa76818 Fix #321
REVERT: 1944b463 Allow to take the full SourceConfig from source API (#561)
REVERT: ea10d5bd Normalize keymapping configuration Fix #475 Fix #570 Fix #533
REVERT: 9b5d64d9 Fix #567
REVERT: 876dd1a4 Fix #563
REVERT: f15be9e3 Fix #559
REVERT: 1c7f73aa Improve first display
REVERT: c2a9e0cc Fix possible nil argument to string.byte (#550)
REVERT: f2e7685c Add some wiki info in README (#549)
REVERT: 56ad7c91 Rename type as cmdtype
REVERT: 83a328c8 Improve completion reset handling
REVERT: 27d4c21e Fix document about scrolling docs backwards (#538)
REVERT: 286b9f78 Refactor get_active_entry and core.filter (#535)
REVERT: 17d57f96 Add reason to complete function (#529)
REVERT: 4d800fbc Fix cmdline screen cursor
REVERT: 3e5ee9c7 Don't feed <C-f> manually but check auto-indentation
REVERT: 1cfe2f7d Fix #526
REVERT: 2de40ccf Fix #520
REVERT: 05f4f858 cosmetic changes
REVERT: 0f743f75 fmt
REVERT: 3a2afb3c Add cmdline expansion test
REVERT: c194a3db Add tests
REVERT: 753f5b7c Fix #516 (#517)
REVERT: e61f7c5a Fix #513
REVERT: f0f0065f Fixed typo in README.md (#515)
REVERT: af06bd4b Link to menu appearance page in wiki (#493)
REVERT: b3ee713d Fix cmdline confirmation bug
REVERT: 60710622 Fix #504
REVERT: faaf1c96 Handle block visual/select modes, refactor mode handling (#498)
REVERT: ca638685 Remove unused methods
REVERT: a62375e4 Improve regex handling
REVERT: c7a1b9f7 Handle InsertEnter and CmdlineEnter seperately
REVERT: 97e4229b Remove triggering insert enter event
REVERT: 823c73c1 Improve avoiding InsertEnter's invalid mode detection
REVERT: 3968bea5 Fixes the bug that the `cmp.close` does not close the menu when using native_menu.
REVERT: a0053885 Use key sequence to avoid the invalid mode detection
REVERT: 453a62f8 Add textwidth tests
REVERT: 2fca4574 Re-fix autoindent with tests
REVERT: 31377358 Fix #494
REVERT: ac7c5fc0 Fix #473
REVERT: f831dbc1 strict mapping handling
REVERT: 1628c934 Fix tests
REVERT: ec788beb Fix #480
REVERT: 1a79d7e5 Fix #481
REVERT: 40f66799 Add linebreak option to cmp documentation window (#486)
REVERT: 1774ff0f Fix cmdline confirmation
REVERT: d0231d06 Improve async.step
REVERT: d9e4ac59 Save undopoint
REVERT: e1f880b7 Use apply_text_edits to avoid making the unexpected indentation by '<CR>'
REVERT: 9734453d fix(ghost_text): generate it using chars instead of bytes (#471)
REVERT: bf31b71f Escape <Bar> when setting indentkeys (#474)
REVERT: 01fcf869 Fix expansion bug
REVERT: 8c08bdf7 Allow the callback invoking multiple times if it's the recent one
REVERT: 68a37a66 Support session
REVERT: a881adb1 Fix native menu bug
REVERT: dc6b458f tmp fix for serveral bugs
REVERT: 2a58b8f9 Fix #421
REVERT: c67ed9d8 Fix #463
REVERT: 3b4d3cea Fix and improve README.md (#462)
REVERT: b4622ed7 Fix
REVERT: 7bc2738e Support isIncomplete only response
REVERT: bf0dd907 Fix #458
REVERT: 0e1ae900 Fix #449
REVERT: b4e761e3 Fix #456
REVERT: 017d3abc Organize keymap implementation (#454)
REVERT: 1c33887a Fix keymap bug
REVERT: b7f79a19 Fix #443
REVERT: 674d2b13 Rewrite keymap.lua (#452)
REVERT: e8cb695b Fix #436
REVERT: baa39271 Fix native menu not respecting cmp.PreselectMode.None sometimes (#447)
REVERT: b10bb327 misc.merge: ensure that `misc.none` is never returned (#441)
REVERT: 437074a3 README: clarify that a snippet plugin is required (#439)
REVERT: ab7f3685 Add mappings for visual mode (#438)
REVERT: 669803b9 Normalize mapping key before use May be fixes #431
REVERT: 3945dc5d Add basic recently_used comparator
REVERT: a6412e59 Fix #423
REVERT: 732f67de Fix #427
REVERT: 6696c6a0 Fix #423
REVERT: 52d9411c Re-fix native tab mapping
REVERT: c01de2bd Fix #425
REVERT: 1c498a54 Add `cmp.event:on()` (#418)
REVERT: d113902e Improve cmdline handling
REVERT: 58d08130 Fix #420
REVERT: 881ca573 Re-support script mapping
REVERT: 455817bb Update README.md
REVERT: a5891638 fmt
REVERT: cae2e8f4 RFC: cmdline completion (#362)
REVERT: b5899f05 Fix #414
REVERT: 32e22e64 fix an error when calling cmp#unregister_source from Vimscript (#413)
REVERT: 538bfacc Update issue templates
REVERT: ea6dde80 Add tests for #226
REVERT: 880137f5 Fix #226
REVERT: f1da3add Add `cmp.config.disable` for opt-out default setting
REVERT: 5f5e8442 Fix #409
REVERT: 1e7355a5 Respect completeopt's `noselect` in custom menu (#402)
REVERT: b185e303 Improve group handling
REVERT: 921ee264 Add default mapping as the same as native mapping.
REVERT: e699962a Fix #389
REVERT: 533f17c5 group -> group_index
REVERT: 530834e8 Fix group index bug
REVERT: 8a10870c Update README.md
REVERT: 93eb8cef fmt
REVERT: d26148f4 clarify setup.buffer (#392)
REVERT: 0d4275e6 Fix
REVERT: bf2b2386 Fix
REVERT: 452ce162 Add `cmp.selected_entry`/`cmp.get_active_entry`
REVERT: e4a2cec1 Implement source group. Fixes #391
REVERT: b546f50f Expose get_selected_entry() from view module to main cmp module fixes #385 (#386)
REVERT: 8f92f570 Fix #376
REVERT: 8d1af008 Colored only kind
REVERT: 2e026628 Fix <C-c>
REVERT: 6dcf9409 Change default highlight as user requested
REVERT: 26e73f31 Fix #372
REVERT: 775a3716 Fix #375
REVERT: c5796958 Fix #374
REVERT: bad20dea Improve dot-register and undo-point (Hm... undopoint may be improved more)
REVERT: 289d0929 Remove meaningless code
REVERT: a6a98856 Remove check code
REVERT: 6b4e6b96 Fix #369
REVERT: 1e913aef Fix #345
REVERT: 4ecf2a24 Fix #364
REVERT: 0f28030a Improve macro & dot-repeat support (#363)
REVERT: f0a6cca5 Fix #355
REVERT: ebe040b1 Fix #279
REVERT: 5fe7dc1e Fix #348 Fix #254
REVERT: 7d484d8b Fix same name property Fix #354
REVERT: 0dcc2eb5 Remove C-c mapping
REVERT: f5393d5b Fix #340
REVERT: 3e062bcc Change var name
REVERT: c658cc52 Fix #343 (#347)
REVERT: 49acc848 Add item fields order Fixes #337
REVERT: 2a8dc620 Added option to set zindex of documentation window (#335)
REVERT: cfc211e3 Improve
REVERT: 7a36a313 No requires lazyredraw
REVERT: 30ed4e43 Use `<C-g>` correctly
REVERT: fe2b245e Fix #330
REVERT: 2f2794de refactor
REVERT: 071c08fc Update README.md
REVERT: b61d78dc Update README.md
REVERT: 2085cc4d Fix #294
REVERT: d8e6a865 Use  instead of
REVERT: 67d43ddd Fix incorrect highlight
REVERT: 6790f0a8 Fix #320
REVERT: b9b5296f Fix typos in README.md (#319)
REVERT: 5a2b5ded Advertise
REVERT: 20aa77b4 format&lint
REVERT: f4c33ac7 Remove abbr formatting
REVERT: 0a31d672 Lazy buffer creation
REVERT: d901dae3 Fix #296
REVERT: b16663f7 Improve
REVERT: 370e6ff0 Use nvim_win_hide instead o nvim_win_close for supporting custom menu on cmdwin
REVERT: babb8023 Add `cmp.visible`
REVERT: ae42ce7b More fallback Fix #286
REVERT: 3a51a8ec Fix #294
REVERT: 2ebdccf6 Fix #306 Fix #296 Fix #293 Fix #291
REVERT: 68f7eeb3 Make the pum window property respect future changes of &pumblend (#313)
REVERT: 20b99bc5 adding the pumblend property to floating pum window (#310)
REVERT: 2bf24050 Remove experimental.cusom_menu (#311)
REVERT: 883eee5b Use <C-h> and support cmdwin
REVERT: 339fe917 Don't completion by CursorMoved event
REVERT: 12a24c0e Check whether option exists (#301)
REVERT: 6ca23ea4 Force cursorlineopt=line for selection highlighting in floating window (#295)
REVERT: ada9ddef Use floating window for completion menus (#224)
REVERT: 5bed2dc9 Fix cache problem #272
REVERT: a39f72a4 document new lspkind integration with nvim-cmp (#275)
REVERT: af70f40d Add is_insert_mode utility
REVERT: a63a1a23 Fix #262
REVERT: f56e6b5e Fix #226
REVERT: cc21a619 Fix timing problem for some of the snippet engine Fixes #236
REVERT: 7c97261b Add cmp#ready autocmd
REVERT: d9a82c76 Fix #239
REVERT: 0a8ca50d Fix #233
REVERT: 07f84fe8 Fix #232
REVERT: 132f8c25 Fix #227
REVERT: 7e2f7701 FIx: Typo (#229)
REVERT: 0b45cee3 Fix: bad function usage in README for UltiSnips (#228)
REVERT: fdd38098 Fix expr recursive mapping
REVERT: 13e8b613 Fix keymap bug
REVERT: 7c887633 Fix #220
REVERT: b99d7292 Fix #219
REVERT: 7bfa33a8 Improve performance (maybe)
REVERT: 86c2b1bb Format
REVERT: 77297a0a Remove virt_text_win_col
REVERT: 97a639a0 Fix #217
REVERT: 329f0b78 fix: README typo (#215)
REVERT: a2545692 README.md simpilification
REVERT: b47a703a RFC: `CmpStatus` command (#210)
REVERT: 620eea94 Fix feeding autoindent keys
REVERT: 12ed912c Add the ability to specify source priority manually
REVERT: ca77ec6d Change default `format.deprecated` value
REVERT: c2e77362 Fix #204
REVERT: 1cd57740 Fix typo (#199)
REVERT: e62303ab Prettier
REVERT: f90093bb Add concepts
REVERT: a7359d76 Format/Lint
REVERT: 13d4989c Rework #195 (#196)
REVERT: 2c92fef0 Advertise a bit
REVERT: 445179dc Fix #191
REVERT: a2123566 Fix macro again
REVERT: 6fa1e70b Fix macro
REVERT: 44ffee0e Add Vim script API docs
REVERT: 03f121fa Improve vim source
REVERT: 6173796b Support Vim script plugins
REVERT: 65b759cd Slight complexity reduction (#195)
REVERT: dc0bbfe1 Improve resolve confirm
REVERT: 71b9ebd0 Hijack agressively
REVERT: f7b4277c Format
REVERT: f3af9e2e Refactor keymap
REVERT: af73e87f We should adopt InsertLeave event
REVERT: e46ae3b6 Add keymap tests
REVERT: 9c460395 InsertMode is required
REVERT: a78894a0 Implement enabled=false configuration
REVERT: 1cec1ecb Fix #188
REVERT: a58712bf fix StyLua command (#190)
REVERT: 8fb4ee10 Support macro with commit characters
REVERT: 613328c3 Expose built-in comparators
REVERT: 6f48e265 Update README.md
REVERT: a5068806 Fix #185
REVERT: bfda45f0 format
REVERT: 1130da0a Support <C-r>= and <Cmd>
REVERT: ff55c1bb Improve key handling
REVERT: ae54dcdc Reduce use of VimL (#168)
REVERT: 29679d49 Remove waiting source for filtering
REVERT: 201fa804 Add `combine` hl_mode to ghost_text virtual text (#182)
REVERT: a6c7e2e4 Fix float document not displaying (#171)
REVERT: cc28d6fa Update example mapping
REVERT: f49685d3 Fix #177
REVERT: 8f559af0 Support vim-endwise
REVERT: fa031530 Add THROTTLE_TIME constant
REVERT: 5551dfab Improve completion invoking
REVERT: c44ae32b fix typo (#170)
REVERT: 1481552c true as table
REVERT: b6b15d5f Add experimental.ghost_text.hl_group
REVERT: abed04a6 Improve performance and buf fixes
REVERT: e5eed11d Fix dup
REVERT: 24753844 Revert "Remove manual dup filter" (#147)
REVERT: 972ff273 Don't save macro
REVERT: b832719c Implement config.confirmation.get_commit_characters
REVERT: 675a72e2 Check configuration
REVERT: 62a6a6c0 Don't use nvim_set_decoration_provider for now
REVERT: 157390d2 Invoke redraw if pum is beeing visible
REVERT: 889109cb Implement source specific options
REVERT: 45b96b21 Fix format
REVERT: dffe375b Use virtcol for virt_text_win_col
REVERT: e599f082 Remove manual dup filter
REVERT: e867bf23 Experimental: Ghost text (#119)
REVERT: 6cc8b822 Refactor a bit
REVERT: 4fbe8c2e Fix CI
REVERT: 2b48c15c Reduce flicker if not macro recording
REVERT: 4f142794 Support macro
REVERT: 1ae7b5e2 fix some README grammar (#136)
REVERT: cf70aafd Remove hacky code (Fixes #132)
REVERT: 98124321 Fix #129 (experimental)
REVERT: a8f62d23 fixed typo in README (#128)
REVERT: 2b82bc1a Add document for `completeopt+=longuest`
REVERT: f32b80c0 Fix #120
REVERT: a383a1b2 fixed supertab example (#117)
REVERT: 3a612d42 Fix snippet expansion
REVERT: 25a4d9c0 Fix multiple setup.buffer
REVERT: b9ef85d4 Add Programatic API documents
REVERT: 684d8625 We treat false as empty table if the default value is table
REVERT: b29356a1 Update README.md
REVERT: 4f6b3d02 fixed typo in README (#112)
REVERT: 63d3199c Add slow down reason
REVERT: a339421f Fix merge bug
REVERT: 99de62c1 Improve README.md
REVERT: d4d4db18 Add minimal vimrc
REVERT: 4219a583 Improve menu:get_selected_entry
REVERT: 24406f99 Fix typo in README (#104)
REVERT: bc50c49a Revert abbreviation support
REVERT: 7572522a Fix snippet expansion
REVERT: 5827dc90 Support abbreviation
REVERT: ce431bc6 Fix snippet expansion
REVERT: 1851fad7 Fix failing tests
REVERT: 405581e7 Fix invalid temporary text
REVERT: 61984efa Improve scheduling
REVERT: 63d6c224 Add warning for source creators
REVERT: 179c241e Update to the latest LSP spec
REVERT: a46cfc21 README: Allow to use Tab for indentation (#38)
REVERT: 6b957092 Update README.md
REVERT: 359b5760 Fix #89
REVERT: b9c494a5 Add documentation for mapping fallbacks
REVERT: a6cfb29a Update README to help clarify config and source usage (#92)
REVERT: 6e63fda5 Fix example source implementation
REVERT: c2fefe00 Fix preselect
REVERT: c627f44f Update README.md
REVERT: 600c6c9c Fix multibyte character problem
REVERT: f5c07725 Fix documents bug
REVERT: ec3f8aed Add `completion.get_trigger_characters` as configurable option
REVERT: 698c3c4b Add FAQ for formatting.format (#79)
REVERT: 39ef1467 fix: grammar mistake in README (#72)
REVERT: d1f7f4f6 Add mapping example to README (#70)
REVERT: 6bc0ddb5 Add `preselect` configuration option
REVERT: 5df82330 Fix #68
REVERT: 9bf7dbd8 Change completion.autocomplete default value
REVERT: 79601cb3 Add cmp.mapping.abort
REVERT: 61eb3e0f 🤦 fix stylua glob typo (#62)
REVERT: 3a571a69 Update README.md
REVERT: d1b32f24 Add SourceBaseApiParams to get_trigger_characters API
REVERT: f7bb6f1c Add SourceBaseApiParams
REVERT: 46e5d165 Fix missing escape character in code example (#59)
REVERT: fe964405 install stylua without cargo (#54)
REVERT: 3862af14 Fix #52
REVERT: 0d97bfc8 Update status
REVERT: 3454538a Add all available configuration options
REVERT: bcd6adc9 Update README.md
REVERT: 2f0f5f3a Add formatting.deprecated option
REVERT: fc31a7e8 Update mapping docs
REVERT: c0fcdd9c Improve API stability
REVERT: cbb80af6 Fix is_available call
REVERT: 7873adf9 Fix #47
REVERT: ed4f2fc4 Reset if empty response was returned on waiting status.
REVERT: 5edcf14f Update default_behavior
REVERT: faf3fec7 Update README.md
REVERT: f3a54918 Fix dup assignment
REVERT: 8ad9cf0c Remove unused core arguments in LuaSnip example (#42)
REVERT: f12fd73f The action can be function or table...(I want to normalize it...Hm...)
REVERT: 24158a72 Fix duplicate setup
REVERT: 38612b4a Fix hrsh7th/cmp-buffer#2
REVERT: dbed9f4f Fix entry offset calculation
REVERT: 29ad7159 Update README.md
REVERT: d56bf1d5 Fix #29, #21
REVERT: e4deb014 Fix #26
REVERT: 14118756 Improve debug information
REVERT: 75b368ab Add source.get_debug_name API
REVERT: d3143130 Improve menu customize API
REVERT: 7cd0e35a Add FAQ
REVERT: b65237e3 Advertise a bit
REVERT: 4907b0e5 Fix #17
REVERT: 03b05583 Add `local cmp = require('cmp')` (#25)
REVERT: 8e5f09de Fix #23
REVERT: 5cc6c61a Fix key checking
REVERT: 036bf1af Improve keyword_pattern handling
REVERT: ac881561 Fix arguments
REVERT: 2a69c1a6 Fix #19
REVERT: b8e93385 fix: {next,prev}_item mapping (#18)
REVERT: 95c70dab Fix close mapping
REVERT: 255f7173 Fix documentation bug
REVERT: 17b0171e Add cmp.EventConfig
REVERT: 22f8ce1b Improve mappings
REVERT: 04af63f7 Add cmp.mapping helper for README.md
REVERT: c2f87292 Update mapping configuration
REVERT: 4c9462c2 Fix merge bug
REVERT: ab616ffe Add source:is_available API
REVERT: 52009273 README: change first conf header (#13)
REVERT: 769d0f8d Update documentations for config (#12)
REVERT: 56692f42 Add more documentation for source creation section
REVERT: 5447f424 Add documents.
REVERT: f352761d Improve pre-commit hook
REVERT: 59a6ee57 Add test
REVERT: 22ec3ad4 Check buftype is prompt Improve incomplete handling
REVERT: 35d04be4 Improve keymap handling
REVERT: b41afe2f Update README.md
REVERT: 08797d96 Fix word insersion (it should be re-checked)
REVERT: 29301b17 Add undo point before expand snippet
REVERT: d5a2c74c Fix close mapping function
REVERT: a11ddccb Support documentation window scrolling
REVERT: 42172064 Fix documentation window closing bug
REVERT: 008b5af5 Update README.md
REVERT: d7ecc096 Fix #3
REVERT: f0cf3477 Update README.md
REVERT: cb67fe90 Fix fuzzy match bug
REVERT: efed4337 Improve scoring
REVERT: 0cc4e1e1 Improve keyword completion handling
REVERT: 7931bcfa Improve offset handling
REVERT: 39c8abae Improve source reset handling
REVERT: 7e097da0 Improve expansion and dot-repeatable
REVERT: ef27b622 Remove VS.LSP.CompletionItem
REVERT: 48cbe302 Improve triggerCharacter handling on triggerOnly reason
REVERT: f8caf564 Improve patching implementation
REVERT: 399cee4e Change configuration schema
REVERT: cf61d0de Fix regression of commit characters
REVERT: 56d22edb Improve matching and sorting on specific cases
REVERT: 570b00e6 Support overlap text
REVERT: ed70a7e0 Allow completion on backspace
REVERT: e62a03c5 Add trigger character check after confirmation
REVERT: d23d3533 dev (#1)
REVERT: b32a6e7e Create FUNDING.yml
REVERT: df01f957 Initial commit

git-subtree-dir: vendor/plugins/nvim-cmp
git-subtree-split: d78fb3b64eedb701c9939f97361c06483af575e0
limijd added a commit that referenced this pull request Nov 14, 2025
…64f9

6c10964f9 docs: update CHANGELOG for v1.0.1 release
REVERT: de495fabe fix: `MiniStatuslineInactive` background color (#242)
REVERT: 11de4da47 Add snack highlights for Dashboard and Picker (#247)
REVERT: 0e5512d1b Update README.md
REVERT: 3acb2581b Update README.md
REVERT: 4c0bb3aea feat: add basic `blink.cmp` support (#245)
REVERT: 67a74c275 Fix NvimTree Floating Windows (#234)
REVERT: fae34f7c6 feat: adding vim-illuminate support (#222)
REVERT: fd3e22585 Add new 'mini.nvim' highlight groups. (#224)
REVERT: 8e4b79b0e fix setup of light style option
REVERT: 3a8005f24 fix(ts): add treesitter diff highlights
REVERT: 1230aaf2a Make markdown headings distinguishable with treesitter
REVERT: 14e5de43c Keep old configuration for retrocompatibility
REVERT: ac6c7300c Reorder highlights list
REVERT: 1c5241804 Update treesitter highlights capture name
REVERT: dc3bad012 Add @text.todo.{un,}checked
REVERT: c5476a091 Replace deprecated VertSplit with WinSeparator
REVERT: e7c656ac6 Actually fix IndentBlankline v3 highlights.
REVERT: b9acd92de fix: incorrect highlight for Go's type definition
REVERT: 826fb77e9 Update README.md
REVERT: 0de44ad6b Update README.md
REVERT: 6f440843c Merge pull request #190 from aymanbagabas/ibl3
REVERT: e1aa61774 doc: add indent-blankline to readme
REVERT: 9d9fb70af fix(ibl): add updated IndentBlankline highlights
REVERT: dac8c3981 Merge pull request #187 from scallaway/constant-formatting
REVERT: 2b32d1632 feat: add constant formatting
REVERT: 7bd3558c1 Merge pull request #180 from scallaway/method-style
REVERT: 09b71d84b Merge pull request #149 from aymanbagabas/spell
REVERT: f8b3f9037 Merge pull request #181 from mfauzaan/fix/override-typescript-new-global-attribute
REVERT: 062340e55 fix: added attribute typescript
REVERT: 100fa297a match method style to function style
REVERT: cae5fdf03 Merge pull request #177 from mchekardov/master
REVERT: ee5b1035d feat: add support for rainbow-delimiters.nvim
REVERT: 462b45758 Merge pull request #172 from ribru17/master
REVERT: 11f14df10 fix: correctly highlight indent blankline context using fmt instead of gui, remove unused highlight
REVERT: 8ef519247 Merge pull request #170 from RubixDev/preproc
REVERT: 530ee973b Merge pull request #169 from RubixDev/lsp-static
REVERT: 1524f3227 add explicit style for `@preproc`
REVERT: 6d91fd174 `@lsp.typemod.variable.static` set to `@constant`
REVERT: 70069f4bd fix(spell): only underline spell words
REVERT: f6e820747 Merge pull request #163 from doctoromer/nvim-ts-rainbow2_support
REVERT: 5456367cc Add nvim-ts-rainbow2 support
REVERT: 82cad7461 Merge pull request #159 from chomosuke/semantic-token
REVERT: 5514b87cc Revert "parameter orange"
REVERT: e9237574c Merge remote-tracking branch 'origin/master' into semantic-token
REVERT: d20f23c0d Merge pull request #158 from chomosuke/change-rainbowcol1
REVERT: 4f16ca7ab @lsp.typeParameter set to @type
REVERT: f7bf697b6 parameter orange
REVERT: eeaf0b2b3 interface same as treesitter type as it makes more sense
REVERT: b9928ecff semantic token mostly looks okay
REVERT: 31ea9d190 changed rainbowcol1 to lightgrey
REVERT: dd640f6cf Merge pull request #153 from hezhizhen/typo
REVERT: 4d10749c4 fix: correct which-key separator and other typo
REVERT: 77b89b130 Merge pull request #150 from utilyre/feature/barbecue
REVERT: 9cea7774c fix(barbecue): use a brighter color (fg) for `basename` to stand out
REVERT: 7ccf09179 docs(barbecue): remove pointless comments
REVERT: ae38bcdfb docs(readme): add barbecue to supported plugins
REVERT: ef63c7de7 feat(barbecue): add support for barbecue.nvim
REVERT: 4497678c6 Merge pull request #145 from aymanbagabas/fix-indent
REVERT: ec281a966 Merge pull request #148 from dylanbussone/cur-search-highlight-color
REVERT: 9699da677 Add CurSearch highlight color to help distinguish current position
REVERT: 9fbdf79f1 fix(hi): indentblankline context highlights
REVERT: 1fe908fb4 Merge pull request #143 from aymanbagabas/fix-indent
REVERT: f24ecc145 fix(plugin): indentBlankline hl group names
REVERT: 76b2b1ff8 Merge pull request #142 from classabbyamp/ts-diff
REVERT: 27f678ed0 Add @text.diff.add and @text.diff.delete treesitter highlights
REVERT: a55d0b623 #118 updated html tag colors
REVERT: 010cbe787 #134 Updated environment typo
REVERT: f0a70e099 Merge pull request #133 from dav-cho/master
REVERT: b1e85d0df Merge pull request #136 from c373/fix_ministatusline_highlight
REVERT: cac27dea0 Fixes typo
REVERT: f798cad82 Add @text.todo ts highlight
REVERT: 89dde4963 Merge pull request #125 from jleibovitch/lualine-fix
REVERT: 71df62430 fix lualine readability
REVERT: df090f9d7 Merge pull request #121 from D0ot/master
REVERT: 37336be0d Add highlights support for indent-blankline.nvim plugin
REVERT: cad3d983e Merge pull request #116 from xeluxee/add-navic-highlights
REVERT: 743e1ff32 Add support for nvim-navic
REVERT: 7aeca4713 Merge pull request #115 from VPavliashvili/master
REVERT: fe0c53c15 example keywords link improved
REVERT: a96303819 customization example updated in readme
REVERT: fdfe7bfff Updated readme for neovim 0.8 requirement
REVERT: fc90c121c Updated new treesitter highlights to support neovim 0.8
REVERT: 6c72a9c56 Merge pull request #106 from lcrownover/master
REVERT: 05f563f03 Added transparency customization for Lualine separate from global transparency option
REVERT: 7db03a134 Merge pull request #105 from matthewswitzer/neotest
REVERT: 3385a2599 Add support for Neotest
REVERT: 551f299d9 Merge pull request #98 from matthewswitzer/neo-tree
REVERT: 8f02d9f04 Added support for Neo-tree
REVERT: af81d4989 Merge pull request #94 from xeluxee/remove-old-config
REVERT: cbfb0b228 Remove old configuration system
REVERT: 0b0868b94 Merge pull request #92 from xeluxee/disable-toggle-style-key
REVERT: a8eb9ab7f fix: disable toggle_style_key by default
REVERT: 74c26a46e Merge pull request #91 from jay-ouellette/no-keymap
REVERT: a9cdf31a6 Do not set toggle keymap if toggle_style_key is an empty string
REVERT: a5d57015f Merge pull request #85 from develerik/lualine-transparency
REVERT: d641049a2 Merge pull request #87 from echasnovski/mini
REVERT: 5ac83ca25 Add explicit support for 'mini.nvim'.
REVERT: 4a04ca241 support transparent lualine background
REVERT: 4f4bf74bf Merge pull request #84 from pyjamafish/master
REVERT: 932a86846 Fix diff coloring in light mode
REVERT: af5595a5b Merge pull request #83 from matthewgrossman/patch-1
REVERT: e5ea77dfa Swap `black` and `grey` terminal codes
REVERT: 52b1ebd80 Merge pull request #82 from mefuckin/lualine-terminal-mode-color
REVERT: ea3596ca4 Set lualine color for terminal mode
REVERT: bd0560df2 Merge pull request #78 from utilyre/lsp-codelens
REVERT: 67af24fd2 Add LSP Code Lens highlights
REVERT: 08cde8acf Merge pull request #73 from xeluxee/highlights-update
REVERT: a7a547007 Add option to reverse cmp kind highlights and add support for Aerial
REVERT: e520a0c81 Merge pull request #69 from xeluxee/fix-custom-colors
REVERT: 7f5815049 fix: make custom highlights update when colorscheme is set
REVERT: 77752edb0 Merge pull request #68 from saurabhchardereal/master
REVERT: 73b9d0af6 Add ALE highlight groups
REVERT: a3d60acb7 Merge pull request #67 from saurabhchardereal/master
REVERT: 72df8624c Add coc.nvim highlight groups
REVERT: fae5b5ac5 Reverted match paren highlight as it is spoiling the cursor
REVERT: 23b2ecc13 Merge pull request #63 from ProgramFan/master
REVERT: e7c945e3f Merge pull request #59 from jonathanlamar/master
REVERT: b349da218 feat: make matched paras more clear
REVERT: 41c028d42 fix coloring operators
REVERT: 45a1876b5 add VertSplit group and make float border gray
REVERT: a27552826 Add highlight group for float windows
REVERT: 27e61b55c Adding publically accessible palette.
REVERT: e5f6772b6 Merge pull request #54 from black-desk/md
REVERT: 512f34ee9 Improve treesitter highlights of markdown
REVERT: 7f5196a21 Merge pull request #49 from xeluxee/update_readme
REVERT: f06dda0a3 Update README: Vimscript configuration
REVERT: da95a5afc Merge pull request #48 from jackm245/update-readme
REVERT: 740168ef5 Add light theme to options in README.md
REVERT: 49d668d5d Update README.md
REVERT: 4240fba1a Update README.md
REVERT: 5e1b2171d Update README.md
REVERT: 8fb23de80 Update README.md
REVERT: 9ee86b0a8 Update README.md
REVERT: 98533d610 Update README.md
REVERT: 407a0d263 Update README.md
REVERT: ff6e2a497 Update README.md
REVERT: 46f80407b #46 Disabled enabling theme while calling setup
REVERT: 5f2fbcb00 Update README.md
REVERT: e83d58dd7 Update Readme with new config details
REVERT: 7ef01037c #28 Invoked color scheme in setup instead of calling color scheme method
REVERT: c9a2bb0c2 Merge pull request #42 from xeluxee/setup_refactoring
REVERT: 5afeb32f8 fix: make custom highlights inherit existing properties
REVERT: 4f11c90ff fix: code_style attributes
REVERT: 01ea83e56 feature: implement code_style customization
REVERT: 64ca492e5 feature: custom colors and highlights
REVERT: 5ec73fb83 fix: improve setup()
REVERT: 81bba3f22 refactor: refactor setup() function, handle old configuration and update highlights
REVERT: ce49cf36d #19 Improved hop highlight and Fixed trasparent issue in hop and nvim
REVERT: e8ae01491 Marked darker dianostics as default
REVERT: ac23bed0c #34 Added light theme base color
REVERT: 419153a33 Added background for diagnostics virtual text
REVERT: 50888f470 Updated telescope & dashboard colors for better look
REVERT: 42fc2efe0 Reverted color for operator for better look
REVERT: 26b730f69 Merge pull request #36 from doctoromer/ts-rainbow-support
REVERT: ac16fd86c Add support for nvim-ts-rainbow
REVERT: 732f2a61f Merge pull request #32 from xeluxee/fix-latex-highlights
REVERT: 6436d9024 Improve latex highlights + minor fixes
REVERT: 2a06d5945 Merge pull request #31 from xeluxee/minor-improvements
REVERT: d1eefa6a4 Other minor improvements
REVERT: 4b92bd929 Merge pull request #30 from xeluxee/minor-improvements
REVERT: 9ea7400f6 Minor improvements
REVERT: 40ae7cefa Merge pull request #27 from xeluxee/feat-tildes-cmp
REVERT: b0d871353 Update README.md
REVERT: 0c89316bf Change onedark_disable_toggle_style to onedark_toggle_style_keymap
REVERT: 4af3e7c3f Add option to hide tilde + add cmp experimental menu highlights + update README.md
REVERT: 9d6bf67cf Merge pull request #21 from baco/diagnostic-highlight
REVERT: f2eb8b8e9 fix(highlight): Reset LSP mappings for current Neovim's stable version
REVERT: 1513d3906 fix: Correct diagnostic definitions to match Neovim's master
REVERT: 2eca221ac Merge pull request #20 from GustavoKatel/feat-allow-disable-terminal-colors
REVERT: 6ebfc2b93 feat: allow disable terminal colors
REVERT: 35119a8b2 Update readme.md
REVERT: 7a3c8e0c2 Merge pull request #16 from xeluxee/master
REVERT: ca631d499 Add vimscript highlights + add light_grey color
REVERT: 6811b1c8e Fix README.md
REVERT: 00b3a83f4 Various fixes and improvements
REVERT: d770b0939 Updated logo to support github dark theme
REVERT: 683912ffa #11 Updated lualine as per latest config
REVERT: ebd8b9afd #10 Added transparent background support
REVERT: fe11466f5 #9 Added italic comment support
REVERT: 5a6e11193 Merge pull request #7 from georgijd/patch-1
REVERT: f5a68d953 Fix DiffDelete fg colour
REVERT: 429a74a92 Merge pull request #5 from uga-rosa/e_d_map
REVERT: be817e74b Enable/Disable mapping
REVERT: 0a3a4fcd8 Merge pull request #4 from cljoly/hop-nvim
REVERT: 3e8a9e91b Updated Readme
REVERT: 481f41e34 Add hop.nvim plugin support
REVERT: 5015b325b Merge pull request #3 from cljoly/lsp-reference
REVERT: 5fe34b001 Add support for LspReference*
REVERT: 45af1212c Merge pull request #1 from Julpikar/master
REVERT: b76ef84f2 add php highlight
REVERT: 5eaf9e45c Corrected colors for git diff used in vim fugutive and git signs
REVERT: ef7b1f90c Update README.md
REVERT: b9884042b Update typos in  readme
REVERT: 1fd251789 Updated read me with screenshot of warmer variant
REVERT: 83d7988ec Corrected colors for diff view
REVERT: b31720e4a Fixed issue in setting gui style
REVERT: 137363fbd Updated colors for dashboard plugins
REVERT: 989ef7000 Added warmer variant to the color palette
REVERT: 99ca4de53 Improves visibility of visual selection color
REVERT: d504e5a75 Fixed visibility of visual selection color
REVERT: 532f9878a Added diff color to lualine for command mode
REVERT: 667dce722 Added latest screenshots for all styles
REVERT: 901b2b985 Updated readme with new plugin details
REVERT: 441773b6e Added support for nvim tree, dashboard amd telescope plugin
REVERT: c6e6144db Updated better bg for float windows and menus
REVERT: 025e9d693 Replaced nvim highlight with vim highlight for vim related syntac and plugins
REVERT: 72e05016d Added toggle style key binding details
REVERT: 12f223d3c Updated readme for full view screenshot
REVERT: 6270d10a1 Updated readme the new styles
REVERT: 9f6a60d87 Added style toggle option
REVERT: fe758a64d Added four variant of default one dark theme
REVERT: 55c322fe9 Updated tabline with simple colors
REVERT: 1b6fca806 Updated with new logo
REVERT: 248cb97d4 Updated tag limiter highlighting same as tags for htmls
REVERT: e9e6ebaf4 Fixed tree sitter highlighting issues for java
REVERT: 097b93ed6 Fixed tree sitter literal highlighting and LSP hints
REVERT: 59b22317f Updated readme with logo, screenshots and links
REVERT: ac29c3f73 Updated html and yml related highlights
REVERT: fe5f6cb31 Updated with better colors diagnostics
REVERT: 82b8fb49f Added lualine support
REVERT: eefffc9c7 Added base one dark theme with tree sitter highlight
REVERT: b7b16166e Initial Commit

git-subtree-dir: vendor/plugins/onedark.nvim
git-subtree-split: 6c10964f91321c6a0f09bcc41dd64e7a6602bc4f
limijd added a commit that referenced this pull request Nov 14, 2025
…0122

3946f0122 chore: remove funding link
REVERT: b8c23159c feat(exteionsion): recognize avante "todo" and "code" sections (#1448)
REVERT: 58eccf5e7 feat: add base16 default theme as tomorrow_night (#1282)
REVERT: a94fc6896 chore: autogen (vimdocs+formating)
REVERT: 556e99f0b Introduce refresh on autocmd again (#1420)
REVERT: 0c6cca9f2 chore: autogen (vimdocs+formating)
REVERT: d3ff69639 [FEAT] Add `assistant` as new extension (#1415)
REVERT: 5a7cabf8e chore: autogen (vimdocs+formating)
REVERT: 1bd420d89 feat: add extension for avante (#1414)
REVERT: ecfcfee81 Fixed lsp_status shows duplicated lsp (#1417)
REVERT: 15884cee6 fix: highlight tag in increasing size with each collision mitigation
REVERT: 6a2af3ab8 fix: nocombine property being added infinite times in highlight group
REVERT: 64aa18e3c fix: disabled filetype not hiding statusline after stl default change in neovim nightly
REVERT: 86fe39534 chore: autogen (vimdocs+formating)
REVERT: f543016ad feat: add Cosmicink example (#1393)
REVERT: 0ea56f91b fix typo bg->fg
REVERT: 1ba400068 fix: hiding lualine not working due to reverse hl-attr inheritence
REVERT: 834a5817f chore: run tests explicitly in nvim-0.10 and nvim-0.11 too (#1403)
REVERT: 7de0a690b fixup: make lualine_require more resilient to unexpected environments
REVERT: 482ae358c fix: tests
REVERT: 612960370 chore: autogen (vimdocs+formating)
REVERT: 50c3560cd fix: highlight attributes inheritence causes unexpected outcomes
REVERT: 16d423fad Revert "Fixup: fix attr inheritance breaking highlights (#1315)"
REVERT: 1517caa8f Fixup: fix attr inheritance breaking highlights (#1315)
REVERT: 9fef261b5 chore: autogen (vimdocs+formating)
REVERT: 58af4aca0 feat: allow `ignore_focus` option to be set to a function (#1394)
REVERT: 97b2e8b9b feat(lsp_status): use vim.loop.hrtime on older nvim versions (#1391)
REVERT: b8b60c7f1 fix: insert r_padding within final highlight (#1368)
REVERT: edf4b2486 chore: autogen (vimdocs+formating)
REVERT: 76aa7cac5 chore: fix formating in tests/
REVERT: e7fb252f4 chore: autogen (vimdocs+formating)
REVERT: 75366e15a feat: add `lsp_status` component to display active LSPs and progress spinner. (#1376)
REVERT: faf22b135 chore: autogen (vimdocs+formating)
REVERT: ec773c9f9 feat: Add initial support for compound filetype
REVERT: 02d61f515 fix: add tinted-vim support to base16 theme (#1352)
REVERT: a08ba5288 Add ability to use strings when making dynamic themes (#1353)
REVERT: 070cd91da fix(CI): update autogen workflow to ubuntu-22.04
REVERT: ce977bcb5 Update bubbles.lua (#1365)
REVERT: a605ee525 chore: autogen (vimdocs+formating)
REVERT: b66ef6f26 chore: add back support links
REVERT: 1a3be1388 upgrade to ubuntu-22.04 for base (#1390)
REVERT: 0193770b5 fix: trouble extension. Support Trouble.nvim v3 and keep backward compatibility (#1383)
REVERT: 2f433364d chore: autogen (vimdocs+formating)
REVERT: 5211750ff fix: avoid treat scp/ftp/... file as new file (#1388)
REVERT: f4f791f67 Fix automatic refresh variable name (#1366)
REVERT: 2a5bae925 fix: first render not accounting for filetype and others
REVERT: 70fef2406 fix flickering due to winbar and redrawstatus interaction
REVERT: ef3f2ee04 chore: autogen (vimdocs+formating)
REVERT: 0978a6c8a Fixup: fix flickering in lualine (#1316)
REVERT: 640260d7c refactor: Replace deprecated function in evil_lualine example (#1146)
REVERT: c561de08a refactor: Replace deprecated function in evilline example(#1246)
REVERT: b39f1f02f chore: autogen (vimdocs+formating)
REVERT: 6f2def5ff fix(loader): look for themes on `package.path` (#1300)
REVERT: 0652d2a93 chore: autogen (vimdocs+formating)
REVERT: 2563fa4d7 feat: add option `always_show_tabline` to control whether show `tabline` when there are only one tab. (#1013)
REVERT: b431d228b fix: prioritize user config for extensions on windows (#1215)
REVERT: 544dd1583 fix: Use package.loaded instead of require to check if oil exists (#1275)
REVERT: baa7267a5 chore: autogen (vimdocs+formating)
REVERT: be2d87683 feat: Add BOM indicator to encoding component (#1228)
REVERT: 6a40b5305 Use vim.diagnostic.count instead of get (Feat #1239) (#1268)
REVERT: a0232429c chore: autogen (vimdocs+formating)
REVERT: ff3fedb00 `branch` supports `oil` now (#1242)
REVERT: e20896769 fix: Location component was showing wrong column with inlay hints. (#1243)
REVERT: 942b58628 Update evil_lualine.lua diagnostics colors. (#1254)
REVERT: 0a5a66803 feat: Allow cterm highlight number through (#1194)
REVERT: 15d830d16 Add support for base16-vim alongside nvim-base16 (#1006)
REVERT: b5e8bb642 fix: prioritize user config for theme-loader on windows (#1213) (#1214)
REVERT: af4c3cf17 fix: mason extension lazy loading (#1196)
REVERT: 3e77976c8 Fixed refresh delay issue when setting `<cmd>w<CR>` in keymap (#1193)
REVERT: 26dac2fca fix: use larger ft icon when coloring applied (#1172)
REVERT: 3c55675a7 chore: autogen (vimdocs+formating)
REVERT: 79c4b296d fix(branch): extract correct branch name for term buffers (#1204)
REVERT: 8b56462bf fix: fzf extension selected element parsing (#1198)
REVERT: f2de8f2fd chore: autogen (vimdocs+formating)
REVERT: 28027a564 update bubles example config
REVERT: 7d131a8d3 chore: autogen (vimdocs+formating)
REVERT: ea00644e9 chore: fixed typo (#1181)
REVERT: 566b7036f fix(#820): Illegal character in filename (#1147)
REVERT: 3abbbdd5e chore: autogen (vimdocs+formating)
REVERT: bd148ac7e feat: add oil.nvim extension to show current directory (#1154)
REVERT: 338003a26 chore: autogen (vimdocs+formating)
REVERT: 767a239ef docs: Add lazy.nvim installation instructions. (#1140) (#1152)
REVERT: f76d9b645 fix: escape filename after it has been shortened (#1159)
REVERT: 4040b7057 tweak iceberg dark (#1162)
REVERT: 2248ef254 fix(#1087): handle searchcount failures (#1088)
REVERT: 1dc8b4442 chore: autogen (vimdocs+formating)
REVERT: d3f3395b9 feat: Add ctrlspace extension (#1121)
REVERT: 7533b0ead Revert "added colours to qf extension to distinguish quickfix and location list (#933)" (#1118)
REVERT: 2e2284db8 chore: autogen (vimdocs+formating)
REVERT: 343e1941b drop support for nvim-0.5, 0.6 (BREAKING) (#1002)
REVERT: c55af3b39 enhance: Update git_branch.lua to use GIT_DIR environment variable (#1114)
REVERT: 1a3f6bba4 chore: autogen (vimdocs+formating)
REVERT: 388a39641 Added extension for mason (#1113)
REVERT: e7efd7dd3 chore: autogen (vimdocs+formating)
REVERT: 5d85dc785 Add options to the Tabs module to align it with the Buffers module (#920)
REVERT: 45e27ca73 chore: fix tests failing due to icon change
REVERT: 146f40d83 chore: autogen (vimdocs+formating)
REVERT: afece9bbf Added hlgroup for `diff` of lualine (#846)
REVERT: 05d78e9fd fixup: fix tests
REVERT: e41d48ebc chore: use nvim-tree/nvim-web-devicons in ci
REVERT: 8912bea65 fix: replace deprecated nerdfont icons (#1035)
REVERT: 442d2ab75 feat!: switch to Nerd Fonts v3.0.0 for diagnostic symbols (#1033)
REVERT: 84ffb80e4 fixup: showcmd not working with %s
REVERT: c28a7427c Fix: `searchcount` error (#1004) (#1005)
REVERT: 9170434aa added colours to qf extension to distinguish quickfix and location list (#933)
REVERT: 0ddacf01e feat: allow specifying theme as function (#998)
REVERT: 4bfc6bc4f chore: autogen (vimdocs+formating)
REVERT: 44a0fba86 feat: add name+parent path option for component(filename) (#945)
REVERT: e80465d72 chore: autogen (vimdocs+formating)
REVERT: 760096245 feat: added extension for trouble (#932)
REVERT: 3256691f8 chore: autogen (vimdocs+formating)
REVERT: 5562281c6 feat: added extension for lazy.nvim (#956)
REVERT: 7bd381c68 fixup: don't apply padding to empty components
REVERT: f850cb677 chore: ignore .luarc.json file
REVERT: 1af8c6725 chore: autogen (vimdocs+formating)
REVERT: 253a656ca feat: add selectioncount component (#959)
REVERT: 87b7145aa fix: update docs to use the new repo name for nvim-web-devicons. (#960)
REVERT: 6a444d990 chore: autogen (vimdocs+formating)
REVERT: 2ee2fd5b2 feat: add maxcount & timeout options to searchcount (#958)
REVERT: 267dba7d3 chore: autogen (vimdocs+formating)
REVERT: 2c87c1c32 chore: place datetime component docs in correct location
REVERT: 557715ff9 chore: autogen (vimdocs+formating)
REVERT: 7f5f2d811 feat: change active color of `buffers`, `tabs` & `windows` component according to mode (#971)
REVERT: dd823a69c chore: autogen (vimdocs+formating)
REVERT: 980507615 feat: add draw_empty option to always draw component event when it's empty (#964)
REVERT: 508b0785b chore: autogen (vimdocs+formating)
REVERT: c680fb4c2 feat: add datetime component (#973)
REVERT: 069585305 fix: progress component changes size while scrolling (#986)
REVERT: 092f2497f Show insert mode in terminal (powerline theme) (#989)
REVERT: 0fc41b68a chore: autogen (vimdocs+formating)
REVERT: 9a01ed98d Add overseer extension to README (#990)
REVERT: 6316774ac chore: autogen (vimdocs+formating)
REVERT: 6bb1f80a9 fix: typo (#997)
REVERT: f7b3daf1a chore: autogen (vimdocs+formating)
REVERT: 6b6c18023 Update nvim-web-devicons link (#1000)
REVERT: e99d733e0 chore: autogen (vimdocs+formating)
REVERT: 2ac8d7757 fix: High cpu usage on O-PENDING mode
REVERT: 0050b3085 chore: autogen (vimdocs+formating)
REVERT: d15019ce8 chore: remove funding links
REVERT: d8c392dd7 chore: autogen (vimdocs+formating)
REVERT: 36b3e39bd fix README.md typos (#914)
REVERT: 599e477fe chore: autogen (vimdocs+formating)
REVERT: 11757b012 Add missing coma to README.md - filename component (#923)
REVERT: 32a7382a7 fixup: fix typos in issue template
REVERT: fffbcb829 chore: autogen (vimdocs+formating)
REVERT: 3497c6c6b Passing self as second arg to self.options.fmt (#915)
REVERT: afb8bfb78 enhance: explicitly prefer user config dir
REVERT: bfa0d99ba fixup: All tab names have prefix "fugitive: " if current buffer is fugitive status buffer
REVERT: b6314ac55 fixup: tabs component doesn't show fugitive status name properly
REVERT: 3325d5d43 chore: autogen (vimdocs+formating)
REVERT: 9d177b668 fix component(filetype) proper icon based on filetype (#810)
REVERT: a4bc56f6f docs: Mention that nvim-web-devicons is required for proper testing (#856)
REVERT: aa357acda spaced combined word (#874)
REVERT: abb03129e chore: autogen (vimdocs+formating)
REVERT: 1a6ab5f2f feat: added searchcount component (#869)
REVERT: dcd194f70 added logic to show fzf-lua statusline if present (#863)
REVERT: edca2b03c chore(ci): test on nvim-0.8 (#857)
REVERT: f564015a2 chore: autogen (vimdocs+formating)
REVERT: 093339223 Update README.md (#855)
REVERT: a52f07802 feat(utils): support extracting fallback color
REVERT: 05f850d25 feat(utils): support extracting 'sp' scope hl color
REVERT: 2061fcbf3 fix: display virtual column number in location component (#835)
REVERT: 5d133a1ef fix component(filename) add separator between filename and icons (#812)
REVERT: a03f31f56 Add overseer extension. (#828)
REVERT: f10101ab0 feat(filename) Always use the first letter for hidden directories (#833)
REVERT: 2176d85f3 corrected order returned by workspace diagnostic (#831)
REVERT: 3cf45404d chore: autogen (vimdocs+formating)
REVERT: b87e47e1d enhance: refresh lualine on CursorMovedI event (#809)
REVERT: 9076378ac chore: autogen (vimdocs+formating)
REVERT: 5d8fbf294 fix component(filetype) to return default icon instead of nothing (#800)
REVERT: c0510ddec chore: autogen (vimdocs+formating)
REVERT: 7b4b864af [filename] avoid new file status for unnamed (#795)
REVERT: 03bcf015d More user-friendly LualineBuffersJump (#780)
REVERT: 4b5048aee chore: autogen (vimdocs+formating)
REVERT: de778faf8 enhance: for command ModeChanged event refresh lualine in autocmd context
REVERT: 5b1dc4da0 chore: update issue_template
REVERT: 664c68897 enhance: refresh lualine on CursorMoved event
REVERT: 1e53bf738 chore: autogen (vimdocs+formating)
REVERT: 679e9e71d [filename] support detect new file status (#785)
REVERT: e22c7b3c9 Revert: "Revert fix: don't call redrawstatus/tabline they have a ton of side effects"
REVERT: f40db9a22 fixup: prevent wildmode=list from disapearing
REVERT: b1042d318 Revert "fix: don't call redrawstatus/tabline they have a ton of side effects"
REVERT: d2a727da9 fixup: globalstatus hidden in floating windows + flickering
REVERT: 136a92cb9 fixup: fix all winbars being evaluated in curwins context with globarstatus
REVERT: f50ce0f9f fixup: statusline not refreshing when winbar or inactive_winbar is set
REVERT: 93b2f4af6 chore: autogen (vimdocs+formating)
REVERT: e8294ac56 feat: allow lualine to be temporarily completely disabled
REVERT: b80ba74d4 enhance/doc: rename refresh_opts.kind to scope.
REVERT: e37d5d325 feat: add support for mode ntT (#775)
REVERT: c880c8cfe chore: autogen (vimdocs+formating)
REVERT: bd52d2d77 fix: notice not being shown in lualine if it doesn't end with \n
REVERT: 6d11f9f50 feat: allow lualine to ignore focus on specific filetypes. (#767)
REVERT: 788805771 fixup: escape results of vim_var components
REVERT: c6d748511 fixup: allow refresh option to be set individually
REVERT: aeeefcef9 fix: don't show notification for empty LualineNotice
REVERT: 8a9c97d11 fix: broken tests
REVERT: e9b05e7f3 fixup: don't take over stl/wbr/tbl opts in ingnored filetypes
REVERT: b37866084 chore: autogen (vimdocs+formating)
REVERT: 0521ada34 feat: add workspace diagnostics source (#618)
REVERT: 33f03620c chore: autogen (vimdocs+formating)
REVERT: 2d6108e07 fix flickering while working one enter=false floats
REVERT: 5f68f070e chore: fix broken tests
REVERT: fb9a0ebbd fix: refresh lualine on filetype change
REVERT: 292c6bbcc enhance: blend statusline with background when lualine is disabled
REVERT: 6fbc35b3e fix: don't call redrawstatus/tabline they have a ton of side effects
REVERT: bf7dfb5da fix: on_click messing up highlights
REVERT: 669a7d63c chore: bump stylua version to 14.1 in CI
REVERT: d7386bbab chore: autogen (vimdocs+formating)
REVERT: 53aa3d82d feat: refresh lualine based on timer + winbar support. (#736)
REVERT: 8d956c182 chore: autogen (vimdocs+formating)
REVERT: 0ac721d37 feat: add on_click option to interact with mouse (#742)
REVERT: 655411fb7 chore: autogen (vimdocs+formating)
REVERT: 8f75e6587 feat(extension): Extension for the Mundo plugin (#740)
REVERT: 588cf4185 chore: autogen (vimdocs+formating)
REVERT: 1e4fc5a02 docs: fix typo (#739)
REVERT: 8b4e4988d chore(ci): test on nvim-0.7
REVERT: c15e3b4c9 chore: autogen (vimdocs+formating)
REVERT: d5002d95a fix: reuse component ids while reloading all components
REVERT: 5113cdb32 chore: autogen (vimdocs+formating)
REVERT: ddbbdec27 feat: add nvim-dap-ui extension (#711)
REVERT: b656978a6 chore: autogen (vimdocs+formating)
REVERT: 00e98d207 feat: Add an extension for man pages (#714)
REVERT: 3362b28f9 chore: autogen (vimdocs+formating)
REVERT: b61afc44e docs: cleanup formatting and comment typos (#696)
REVERT: c12b16731 chore: autogen (vimdocs+formating)
REVERT: 69dfcd0fc doc: fix missing `,` in README.md (#686)
REVERT: d64152cf5 chore: autogen (vimdocs+formating)
REVERT: 36bf6963a Add option to show buffer number + alternate file icon (#669)
REVERT: a4e4517ac chore: autogen (vimdocs+formating)
REVERT: 180f5de5b Support tilde as home path in the absolute file paths (#676)
REVERT: 619ededcf fix: large file lag with filesize component (partially reverts #649) (#675)
REVERT: 45d07fc02 chore: autogen (vimdocs+formating)
REVERT: 19721f6e4 Add neo-tree extension (#672)
REVERT: 030eb62bc chore: autogen (vimdocs+formating)
REVERT: 1cdddc245 feat: add option to invert component icon alignment (#666)
REVERT: dfac736a0 enhance: respect laststatus from user
REVERT: de2c4beaf fix: make escape sequences compatible with Lua 5.1 (#663)
REVERT: 43c69a347 Use escape sequence instead of raw binaries (#662)
REVERT: 18a07f790 doc: update benchmarks
REVERT: 13ead784c enhace: add create&format_hl to make hl easier for componemet
REVERT: 63f74ac06 feat: live filesize (#649)
REVERT: 74317d5c9 chore: fix formating?
REVERT: 385580e65 chore: remove BREAKING_CHANGES.md
REVERT: 1d11c2c7a chore: add FUNDING.yml
REVERT: 15a6b343a chore: autogen (vimdocs+formating)
REVERT: 286db2a72 chore: fix formating.
REVERT: 363ca4ccc chore: update support link
REVERT: 19cbf69b2 fix: default diff & diagnostics color not changing with colorscheme
REVERT: c2165540a feat: show index in buffers component instead of bufnr (#628)
REVERT: 00dc7929f chore: autogen (vimdocs+formating)
REVERT: c9a974d91 feat: hide filename extension for buffers component (#629)
REVERT: bb8dd4c1c chore: autogen (vimdocs+formating)
REVERT: f3dc0dcd4 feat(themes): add automatic theme for nvim-base16 colorschemes(#597)
REVERT: c8e5a6908 fix: theme colors not applied as default when color option is incomplete
REVERT: 7345986fb fix: use appropriate default color for transitional separators.
REVERT: f14175e14 fix: typo (#626)
REVERT: e9b935ccd feat: add windows component (#595)
REVERT: 4480d91e6 fix: transparent background throwing errors without termguicolors
REVERT: 428da5a1b chore: add support link
REVERT: 4ebbb7ae1 chore: lint correct test directory
REVERT: 5a91d816a chore(tests): move tests out of lua directory (#621)
REVERT: 181b14348 fix(filename): use columns for shortening if using global statusline (#617)
REVERT: 7db1db3cd fix: icons from different filetype component shareing same highlight group
REVERT: 399aaa564 fix: test errors in lualine_spec
REVERT: 60b1d5dce feat: add support for global statusline (#613)
REVERT: 88a44ade8 fix: tabline causing neovims splash screen to disappear
REVERT: 1e3cfc691 fix: persistent notices getting wrongly triggered
REVERT: 531b2f8a4 fix: transitional hl throwing errors for nil fg/bg in colors
REVERT: d2e0ac595 chore: autogen (vimdocs+formating)
REVERT: 91142983d feat(diagnostics): add padding when using different background colors (#594)
REVERT: a1304ea8b chore: autogen (vimdocs+formating)
REVERT: 747ef49b9 tests: add statusline test module & update lualine_spec accordingly(#588)
REVERT: 21fdf7b9f don't max xyz->cba in create_component_highlight it's done while generating default hl values
REVERT: 09f749cbb handle cases where filetype icon highlight is not set (#589)
REVERT: 32c85cd21 feat: add custom color support for icons
REVERT: 37a314b9e feat: add support for dynamic color with functions in color options (#566)
REVERT: 016a20711 feat: ayu adaptive background (#584)
REVERT: 605a30f2f feat: support transitional seperators with transparent background
REVERT: 00020dc3f chore: allow runnibgs tests through vusted
REVERT: 40849728b fix: % not properly escaped in other components too.
REVERT: a69251d52 fix: % in filename not escaped properly.
REVERT: 6a3d36744 feat: add terminal mode color in onedark (#576)
REVERT: 98dc2dd3a fix: LualineRenameTab crashing lualine
REVERT: 9420fed0b chore(doc): remove backticks from helptags
REVERT: d52ff470d feature to rename tabs (#574)
REVERT: 2bddaf050 feat: add onedark/onelight command mode color (#575)
REVERT: d42c83dcc chore(CI): run autogen only on master
REVERT: 37179f914 chore: autogen (vimdocs+formating)
REVERT: f9b5f12f6 fix typo (#573)
REVERT: dc20cbd0a chore: autogen (vimdocs+formating)
REVERT: d3c513a3f Extension for aerial.nvim (#572)
REVERT: aed7f2546 doc: update some wording in CONTRIBUTING.md
REVERT: 0d0ea77e1 chore(ci): update autogen trigger events.
REVERT: 6f28adb21 chore: autogen (vimdocs+formating)
REVERT: bf6e2eaf5 chore: formating-> don't use parentheses on single table function calls
REVERT: 247aafd7f chore: overhaul CI (#565)
REVERT: dc31077bc chore: formated with stylua (#564)
REVERT: e6e75f5e9 fix: lualine crashing because of keyboard interrupt. (#534)
REVERT: 9208bae98 fix: use one theme colors from rakr/vim-one (#556)
REVERT: 70691ae35 enhance: undeprecate nvim_lsp and completely remove `nvim` diagnostics source 😉
REVERT: 750a94bae chore: remove older deprecation notices
REVERT: bc5c2f565 fix: code doc typo in lualine.lua (#540)
REVERT: fd8fa5ddd chore: generated vimdoc (#539)
REVERT: 98ce91cc5 fix(typos): README fixes (#538)
REVERT: 52725d2ca fix: buffers component crash on unlisted buffers
REVERT: 02e1f6cd5 refactor: use nvim api directly for bufnr (#526)
REVERT: 4b68b8dd2 fix: use nvim-api to avoid win_getid exceptions (#525)
REVERT: b18b7ee8a chore: Use paranthesis for function calls. No paran can trip new lua users
REVERT: a11f6d15d Schedule a redraw of tabline when setting tabline (#520)
REVERT: c2107f52e chore: generated vimdoc (#519)
REVERT: 0382f89dc Enhanced readability for lualine's documentation (#518)
REVERT: e0a7d5bfc chore: generated vimdoc (#517)
REVERT: 9fcdafebd docs: keep the same style across documentation & fix some typos (#515)
REVERT: 9e26823ea fixup: error on branch component when stray .git files exist
REVERT: afaa54033 chore: fix typos (#507)
REVERT: a5b3895b5 Update evil_lualine.lua (#508)
REVERT: 593e28964 chore: generated vimdoc (#506)
REVERT: e767536d7 Fix example buffers configuration (#505)
REVERT: 3a17c8f05 fix: don't hide readonly symbol when modified (#497)
REVERT: d02658b34 feat(filename): add unnamed option (#496)
REVERT: c4a09735a fix: remove auto commands in lualine group properly on lualine reset (#488)
REVERT: 5596c2a25 fix: x, y, z hl group not setting correctly (#484)
REVERT: 3a17e2dbc chore(doc): update link to wiki/Writting-a-theme
REVERT: f4ab5b56d fix: diagnostics component in nvim-0.5  (#476)
REVERT: 4231b6319 fix: lsp.diagnostics deprecation warning
REVERT: d68631d2c chore: generated vimdoc (#468)
REVERT: 1a888a1ed docs: fix README.md (#466)
REVERT: 1ae4f0aa7 Support symbols-outline extension (#456)
REVERT: 49db98c85 fixup: fix diff component quiting properly
REVERT: cf75e1af5 docs: fix custom extension example
REVERT: b7cf50678 enhache: support inlined custom component in extensions too
REVERT: 07abfeabf feat: add slanted-gap example
REVERT: c030a380e feat: add support for inline custom components
REVERT: 17668aa19 chore: formated with stylua (#447)
REVERT: f286f0443 tests: add more tests (#439)
REVERT: 3ad39d4d7 chore: generated vimdoc (#446)
REVERT: 8725c6394 enhance: add more fallback colors for diff component
REVERT: 556d74a0d fixup(docs): miswritten sentence (#444)
REVERT: 98b9c05b0 chore: generated vimdoc (#441)
REVERT: 011815619 missing comma in README.md (#440)
REVERT: 44e09a0a9 chore: update contribution instructions
REVERT: 93c934a64 fixup: fix padding, fmt options in tabs and buffers
REVERT: 7b608cb57 doc: remove folds from README
REVERT: e6b6caa93 chore: formated with stylua (#435)
REVERT: 46534fe8b fix: fix flacky test (#434)
REVERT: d2f5d6c8a feat(buffers): option to show buffer index (#433)
REVERT: df46c1e70 enhance: add notice for invalid types of component
REVERT: 312343db1 doc: clarify color option docs
REVERT: 3b1a367d7 doc: fix hint icon doc in diagnostics component (#426)
REVERT: 9143f8a8d enhance(filetype): filetype option as fallback of file extension for icon detection (#415)
REVERT: 3f5cdc51a fixup: missing hint value inside vim_lsp source (#421)
REVERT: 7eff9bbeb chore: formated with stylua (#410)
REVERT: 0928fef6c chore: generated vimdoc (#411)
REVERT: ecaa491c3 feat: add support for function in max_length option (tabs & buffers)
REVERT: 96263bcef doc: fix a few typos (#407)
REVERT: 3d262d028 chore: generated vimdoc (#405)
REVERT: 0b0233f80 feat: add symbols option to fileformat  (#401)
REVERT: 8d8c538fb fixup: fix update_in_insert caching colors in diagnostics
REVERT: 61cd6e6ef feat: add fern extension (#398)
REVERT: ef063f72b doc: fix default config missing comma
REVERT: 483af2467 chore: update issue template and add helper script
REVERT: e917677a3 enhance: change method of getting file encoding
REVERT: 71f6fed3c chore: update readme
REVERT: 7d3ac0d37 chore: update stale bot config
REVERT: e909cc3ca feat: add option to always show diagnostics
REVERT: ad4f4ff75 chore: repo transfer to nvim-lualine
REVERT: 7ba7829a0 fixup: fix failing tests
REVERT: 9433dbb76 enhance: use virtual column(%v) for location and line no (%p) for progress
REVERT: cd08f74bb chore: formated with stylua (#86)
REVERT: 632a11fa3 chore: setup luacov for test coverage (#85)
REVERT: b9e06deb3 fixup: fix missing `self` (#84)
REVERT: 08d1340ec doc: improve code documentation (#82)
REVERT: babc57c62 fixup: fix diff component default colors (#83)
REVERT: 7d1530444 Merge pull request refactor: components (#81)
REVERT: 6b9e9352b refactor: split diff component (#81)
REVERT: cc64ec3f7 refactor: split branch component (#81)
REVERT: 0b599b0ac refactor: split diagnostics component (#81)
REVERT: 1e2b735ae chore: remove deprecation notices and deprecated options from #24
REVERT: d25a37fea refactor: rename component type luae and vimf
REVERT: 6e936efe0 refactor: allow components, extensions, themes to be multi file module (#81)
REVERT: c8750a35e enhance: allow components to be functions too (#81)
REVERT: 61ac66577 refactor: separate the child creation and initialization (#81)
REVERT: a564019d9 feat: add support for mode nt (#79)
REVERT: 6aa103def doc: fix color docs for diff & diagnostics component
REVERT: da9447fd4 fixup: fix link in README.
REVERT: 014a80d13 doc: let users know about wiki in README
REVERT: 9bf5ecc2b fixup: fix bugs in tabs component
REVERT: 98b43ba3a fix: left sections taking over entire stl when xyz is absent
REVERT: 6faaa05ae Revert "fix(extension): fix some extension showing a section in whole line"
REVERT: 90e1dc074 feat: add support for modes Rvc and Rvx (#75)
REVERT: b7c0a2aeb fix: handle nil error in diff component
REVERT: 846e5bdab fix(extension): fix some extension showing a section in whole line
REVERT: 05314de43 fix doc typos (#72)
REVERT: 4353afd1d chore: formated with stylua (#69)
REVERT: 05d6a1336 enhance: improved notices.show_notices (#70)
REVERT: 20a87ac78 fix: typo + make notice buffer not modifiable
REVERT: 69b535114 enhance: use a smaller icon for modified buffer in buffers component
REVERT: 5785d4b47 enhance: use table to map mode to hl group (#67)
REVERT: d24beddcb chore: update README.md
REVERT: 6dd1a0d86 chore(gituub): update stale labels
REVERT: 8f647f7e5 chore: add contributors to README.md
REVERT: 1143dc184 chore: add config for generated-files-bot
REVERT: d786e1816 chore: add config for github stale
REVERT: ceec01bc6 enhance: set default diagnostics source to nvim-lsp & coc
REVERT: 07d3df01a doc: update README
REVERT: d8b960fc3 doc: introduce lua-heredoc for configuring through viml
REVERT: cdc574c9b fix: nil error with Alpha on buffers component
REVERT: 904f9df63 refactor: replace rtp_searcher with nvim_get_runtime_file (#65)
REVERT: aea5d8b90 chore: fix typos
REVERT: 4ca1a8fd0 Add buffers and tabs component (#42)
REVERT: 9f556fdf3 chore: add license statements and update benchmarks
REVERT: df1ac83a9 chore: Fix typo in github issue template ♻️ (#64)
REVERT: fa3f8c33c feat: add support for modes vs, Vs, CTRL-Vs (#62)
REVERT: 28d89472e chore: generated vimdoc (#61)
REVERT: ee4e69ba2 doc: document toggleterm extension (#60)
REVERT: 260133ce6 fix: wrong highlights on inactive mode with last commit
REVERT: 7147989f5 enhance: color middle of left and right statusline with lualine_c color even when section c and x are absent
REVERT: ebea516ac fix: theme not loading in neovim-nightly (#59)
REVERT: c5cb601a6 feat(diagnostics): Add support for nvims diagnostic API
REVERT: f7702d884 enhance: check for new diagnostics highlight groups
REVERT: b76c410db fixup: fixes issues in diagnostics component
REVERT: 8f866213e fix: typos
REVERT: fcee10568 doc: Document breaking changes in BREAKING_CHANGES.md
REVERT: 16a23fb07 Fix branch disapearing in evil_lualine
REVERT: 2f801ed62 Refactor: simplify options (#24)
REVERT: 62bfe80fb chore/docgen update (#48)
REVERT: 3cdb37b98 chore: generated vimdoc (#46)
REVERT: 2ffdff3fa Fix spacing and typo (#47)
REVERT: 2c4e8b367 Generate docs from README.md using pandoc (#45)
REVERT: 1f4df948c fix: handle capitalized letters in pywal colors (#40)
REVERT: 1e72ae9ae fix: fix wrong trans sep when only section a and z are present
REVERT: 3d5dd6b82 fix(ci): Neovims nighly releases are currently broken comment it out
REVERT: b2963593c fix(ci): run tests on nightly too
REVERT: 0e0cf68eb Revert: enahce: sync diff&branch component to buffer based of bufnr instead of BufEnter
REVERT: a26ffaa8e chore: formated with stylua (#36)
REVERT: 7185c61e9 feat: pywal theme (#35)
REVERT: 6e19d4c95 chore: Update CI (#33)
REVERT: db448f41e chore: formated with stylua (#32)
REVERT: 4042e837f chore: use stylua for formating
REVERT: b2fcf5074 enhance: Reload lualine for ColorScheme so auto can self update
REVERT: 9eda02507 chore: fix typos
REVERT: a643a24d9 enhance: improve function component
REVERT: c0f53e4ac Refactor: better handle how default options are applied
REVERT: b3c5c4403 feat: add new filesize component
REVERT: 8b4f70817 Refactor: Rename lualine_conifg.lua -> lualine/config.lua
REVERT: e409e9fc3 Enhace: add a faster fallback for lualine_require for requiring files out of repo
REVERT: 146ec7388 Add bubbles config example (#26)
REVERT: 70d925ab1 Perf: More optimizations
REVERT: d7304f2b4 Remove support for deprecated themes
REVERT: ba1efb2a0 Remove deprecated feature: string color option bering treated as fg
REVERT: 85545bd19 Perf: move the files loaded at startup to &rtp/lua require is faster
REVERT: b0da16add enhance:Don't load notice module when there are no notices
REVERT: 1afc45294 refactor: rename cterm_color.lua -> color_utils.lua
REVERT: 1439ba6d3 perf: Improve startup by droping most of the requires + refactors
REVERT: 2b9020099 enahce: sync diff&branch component to buffer based of bufnr instead of BufEnter
REVERT: 0a032cf43 fix: Properly disable internal diff when source is given
REVERT: 114a840a4 enhace: Allow transitional hl to be applied at begining and end of stl
REVERT: 649b7dd65 Skip right sep when %<left_sep is righr after it(lualine_b->c)
REVERT: 9be79955b Revert "enhace: Allow transitional hl to be applied at beginung and end of stl"
REVERT: bae19db8d enhace: Allow transitional hl to be applied at beginung and end of stl
REVERT: 09169739f added powerline-dark theme
REVERT: 6c9330d24 Enhance: Truncate from section c this way a&b won't disapear when stl becomes wide
REVERT: 276ba5d19 feat: Support indexing dictionaries in var components
REVERT: 2348eaea2 enhace: Use nvim_call_function instead of vim.fn so vim.fn does not get populated
REVERT: 1c57d7e61 chore: update extensions to have empty section_c so transitional separators can work
REVERT: cfb6e3db1 perf: remove ale diagnostics source from default config
REVERT: d4f83afa7 Enhance: extract helper functions from apply_trans_sep()
REVERT: dd9e1b7bf fix: Section seperator disapearing when x section is empty
REVERT: e831cfa9c Reintroduce docs for component specific transitional separators
REVERT: c0b9757ab Fix tests
REVERT: c9b5f364d Fix various visual bugs in components transitional sep
REVERT: f728edd31 fix: odd situation of section separators with ayz/abz section configured
REVERT: 1c5749786 refactor: Improve section separators
REVERT: fa1f00120 fix: branch assumes git file will be correctly formated
REVERT: 1cbf0686b fix: branch incorrectly assumes .git/ without .git/HEAD to be valid
REVERT: 8648ee6d0 Add toggleterm extension.
REVERT: 017620b84 chore(doc): mention discussions and wiki in Readme
REVERT: c5bd65d05 chore: Add focused arg to statusline function (To make debugging easier)
REVERT: c9c5e3f9d feat: Add type option to hint what type of component is the string
REVERT: be83cb947 Merge pull request #14 from bluz71/moonfly-theme
REVERT: 15dcaabab fix: Add '-' to valid filename chars
REVERT: 7b7fe983f Add moonfly theme
REVERT: 6c99ba6ba Fix string component containging ['{] taking long to load
REVERT: 849d6acc6 feat: Allow (neo)vim's statusline items to be used as component directly
REVERT: aa65ef46f Merge pull request #13 from shadmansaleh/fix/component_color_on_linked_theme
REVERT: 895fda9b9 fix: component highlight fall backs failing
REVERT: 284bad71a chore: Update Issue templates
REVERT: bdc3073d3 fix: Partially process config when setup is called
REVERT: fcb61280f config: Add diff and diagnostics components to default config
REVERT: 33defeffb feat: Allow function as diagnostics source
REVERT: 0126ac0cc perf: lazy load modules and dalay config loading till status redraw
REVERT: d36003996 fix(filename): include window_width to space estimation & expose                shorting_target option
REVERT: ee5c56e91 enhance: Allow external sources to overwrite components and extensions
REVERT: fdb4d3550 doc: Update docs for default theme and auto
REVERT: 32727039a |DEPRECATION| enhance(themes): Auto colorscheme detection and more
REVERT: 570e68095 Merge pull request #10 from shadmansaleh/enhance/add_eviline
REVERT: 7f02a3a29 Include evil_lualine config in examples/ and fix warnings in evil_lualine
REVERT: 967ddcb5c fix: Reloading config causing extesions to disaprear
REVERT: fcb88aebb Fix: quickfix extention not apearing
REVERT: 0f3ad7e24 fix: Branch stuck in infinite loop in windows
REVERT: dd2236cc3 Mention tsbline.nvim & nvim-bufferline in docs for tabline
REVERT: edb8c344f Fix: branch and diff disappearing with diagnostics.goto_next())
REVERT: f68d81d35 [Deprection] Enhance: Provide an uniform interface for color options
REVERT: d54157402 chore: fix lint error
REVERT: 1816bc862 [Breaking] Refactor: Removed viml like g:lualine styled config
REVERT: fac96d71c [Breaking] Refactor: switch to %{%expr%} from %!expr
REVERT: cb5c4c031 Refactor: async jobs and diff component
REVERT: 66b0736fd fix: left section separator not displayed when component begins with a custom highlight
REVERT: 65464f784 fix: component highlights fg defaulting to bg
REVERT: 0ad714512 feat: reload lualine after bacground is set. So themes can adapt
REVERT: 46a86a9cc Fix: typo
REVERT: 6aecf4a34 feat: Expose current config with lualine.get_config()
REVERT: 7b9868031 fix: Typos
REVERT: ea2432cc1 feat: Add source option to diff
REVERT: e7b8b4208 Fix: Branch not working on directory with whilespace
REVERT: ac9a9e0a8 fix: Possible fix to diff sometimws not apearing
REVERT: 62b53c854 feat: Allow extensions to spwcify inactive sections too
REVERT: 51daaf6f5 fix: Fixes bug diff somtimes doubled
REVERT: 486be4462 Remove new_async():send() pattern + restructure augroup
REVERT: 7a45a4f7f feat: Add support for useing color_name like red and cterm values to set colors in lualine
REVERT: fd5f635f4 doc: Remove docs for component specific transitional separator
REVERT: 74d23fbd0 Reload theme when setting it up so auto can pick up changes in coloracheme
REVERT: 6d153dac1 |BEAKING_CHNAGE| Fix :lualine disapearing on reload + Allow live updates
REVERT: f1dbb2f4a Fixed using 'auto' theme with default colorscheme.
REVERT: e544b4789 Load lualine after session load
REVERT: f7c44efb6 Proritize color option then theme when creating comppnent_hl
REVERT: 87b060f39 Fix create_component_highlight overwritting older highlight with same hl_tag
REVERT: ab818ec91 Merge pull request #1 from shadmansaleh/feat/diagnostic/add_option/update_in_insert
REVERT: f60bec096 feat: Add update_in_insert option to diagnostics component
REVERT: c57cb43c4 feat:Add component evaluation for inactive sections
REVERT: 438ab4e46 Feat: Allow transitional separators to be set on component basis
REVERT: 1d40e34ae Refactor: filetype icon and add disable_text option
REVERT: 9726824f1 docs: fixed typo (#262)
REVERT: 2aaf43409 feat: add separate hint diagnostic (#241)
REVERT: d7f3168a5 Small tweek
REVERT: 7fc7175ed Add docs
REVERT: d8a2a640e refactor statusline() function
REVERT: f480db58f Allow transitional separator to be set as component option
REVERT: a560209c2 Refractor filetype and add disable_text option
REVERT: 46eed19a1 Use %{%eval%} blocks
REVERT: ef4723533 Add component evaluation for inactive sections
REVERT: 0411f1c83 feat: horizon theme (#253)
REVERT: 2f0f1fc49 feat: quickfix/locationlist extension(#248)
REVERT: 2c2876ae0 docs: updated screenshot width (#252)
REVERT: 496b2ef3b Revert "docs: updated image width in THEMES.md & README.md"
REVERT: 87084286d docs: updated image width in THEMES.md & README.md
REVERT: 8b2b82504 feat: gruvbox light theme (#250)
REVERT: 3702e682a refactor: remove filename warning (#228)
REVERT: 9d9ee2d60 feat: user defined extensions
REVERT: a65168662 Update README.md (#245)
REVERT: 354b76ed1 perf: prevent rehashing in themes for slight performance increase (#244)
REVERT: 292609e3a docs: vimscript removal prep (#243)
REVERT: d43a459c0 Update README.md (#240)
REVERT: e083bf957 docs: update README.md & lualine.txt (#239)
REVERT: 634959f0e feat: allow x,y,z sections to be themed independently (#238)
REVERT: 1ee99e047 enhancement: show diff when component is loaded (#234)
REVERT: 33aaabe67 Fix filename error message (#237)
REVERT: f64484120 fix: extensions not loading properly (#232)
REVERT: 31de50919 feat: quickfix extension (#229)
REVERT: bfae32015 feat: color filetype icons when using nvim-devicons (#222)
REVERT: 73a6c8fad feat: dynamic shortening for filetype (#224)
REVERT: 11280b44f fix: extensions not working without deepcopy (#223)
REVERT: 82826ef66 refactor: moved loading to new module (#182)
REVERT: dc2c711a5 Fix typos in README (#219)
REVERT: c8b96850c fix: try LspDiagnostics colors first before fallling back to Diff colors (#216)
REVERT: 5c20f5f4b fix: workflows running twice (#214)
REVERT: 141778c95 bugfix: perf improvements (#213)
REVERT: d3cc34305 Revert "Performence improvments (#205)" (#212)
REVERT: 8572db014 testing (#127)
REVERT: 141417de6 Performence improvments (#205)
REVERT: 64ab49f55 partially revert f08e8514 (#209)
REVERT: 4c3d76d9c Feat: Disable lualine om specific buffer (#206)
REVERT: fcec65648 Merge pull request #204 from shadmansaleh/Enhance/Clear_old_config_before_applying
REVERT: 39102109b Don't apply `g:lualine` config if config given to setup function
REVERT: f08e8514d Clear old config before applying a new one
REVERT: f2f014e37 Fix: Transitional highlight not found error (#203)
REVERT: 6ba2b80b5 Fix themes incorrectly setting the bold attribute (#194)
REVERT: e3a558bc1 Fix component separator not removed for string color (#192)
REVERT: 2f17e432e fix: typo functon -> function (#191)
REVERT: e6cc09c2e feat(filename): add support for custom filename symbols (modified, readonly) (#185)
REVERT: 9e2492fd0 fix: added doc/tags to gitignore (#187)
REVERT: 96938c5db style: Spell fix instence -> instance (#184)
REVERT: 215809519 feat: modus_vivendi theme (#168)
REVERT: 2a222d7ad Better fix to nil on vimfunc (#178)
REVERT: dac7a290d BugFix: fix vim functions displaying nil (#177)
REVERT: aa844a955 BugFix: Fix function component not working (#175)
REVERT: 4f53d053a Refactor: Remove cterm from hlighlight extractor (#174)
REVERT: 8a99a0e9e Merge pull request #160 from shadmansaleh/conditional_component_loading
REVERT: 838cd66bc GenHelpTags
REVERT: 5647a845b Doc: Document theme tweeking
REVERT: 77c4c4748 Enhance: Cleanup eval_lua component and document it
REVERT: 287e5def3 Enhance: Stop modifying global state.
REVERT: 82f68c42d Enhance: Cterm colors only loaded when termguicolors = false
REVERT: 67d098905 Doc: Mention lightline theme converter
REVERT: f2d9d1467 Doc: Add evil_lualine config and screenshot
REVERT: 9e957e341 Feat: Allow color option to accept highlight group
REVERT: 7c6d1f907 Update options section of docs .
REVERT: d6758af65 Feat: Add condition option
REVERT: cdd7dc44a Enhance: Adding issue templates (#172)
REVERT: 00186432d docs: updated lualine.txt (#171)
REVERT: 7eacdb787 fix: hostname component not working (#170)
REVERT: 3e94f2786 feat: addad chad&nnvim tree extensions (#167)
REVERT: 1b81b0021 Refactor: Components now use OOP style (#141)
REVERT: 2b32fb090 fix: theme type check fix (#165)
REVERT: 23e6bd5dd fix: Restore support for dictionary-typed theme setup parameter (#162)
REVERT: 37dfbe787 docs: comparism -> comparison (#159)
REVERT: 37a3b8cc8 feat: enhance theme (#153)
REVERT: 7f1d7ba3f fix: displaying relative paths. (#155)
REVERT: e057def23 forest_night -> everforest (#152)
REVERT: 3f1939d78 refactor: removed unused local M
REVERT: a2721e5ad feat: add diagnostic sources option vim_lsp (#151)
REVERT: 78b826008 Feat: Adding readonly to filestatus (#149)
REVERT: a3037fbf0 BugFix: diagnostics highlight extraction (#144)
REVERT: 62c22d0f0 refactor: completely moved to setup function (#133)
REVERT: 7bf5076ec fix: typo in warning message
REVERT: 7c8ddf307 refactor: highlight improvements
REVERT: c171d7579 feat: added hostname component
REVERT: a105e96dd docs: fixed lua function doc
REVERT: f80d5adb4 docs: fix lualine.txt separator disable snippet
REVERT: 9db1a3835 docs: fixed separator disable snippet
REVERT: 0a7f26897 refactor: async.lua -> utils/async.lua
REVERT: 21ea1acc6 refactor: config.lua -> defaults.lua
REVERT: bfc9c744d refactor: moved section utils to new file
REVERT: 745cdde23 docs: fixed theme setup in CONTRIBUTING.md
REVERT: 2d3eb07bc docs: removed extension guide from CONTRIBUTING.md
REVERT: 0a6c16a5d Merge pull request #132 from hoob3rt/setup
REVERT: b16b63205 docs: updated README.md to use setup function
REVERT: 1fea8b7fe refactor: moving to setup function
REVERT: 62cdc8ec9 feat: added LuaFormatter config file
REVERT: b31b66fa7 refactor: applied lua-format to all files
REVERT: aec3bb919 refactor: lualine.lua -> init.lua
REVERT: 3e0332e6d refactor: removed ability to set theme in runtime (#130)
REVERT: 6e64822f5 Merge pull request #126 from hoob3rt/extensions
REVERT: 74323eb08 refactor: simplified extension sections
REVERT: 2f53c50e3 docs: fixed typo in README.md
REVERT: a1ffa2a39 fix: removed extensions from tabline
REVERT: 5ca719a5a docs: added available extensions to README.md
REVERT: 625792f5f docs: update CONTRIBUTING.md (#131)
REVERT: d5150f481 Merge pull request #129 from shadmansaleh/fix_bug_component_highlights_not_blending_with_bg
REVERT: be0259a3b Add tags to .gitignore
REVERT: daa4cd45b Restructure mode conponent
REVERT: b79fd4cc2 Bug fix: componnet highlight not blending
REVERT: 2dcdd73e3 Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim
REVERT: a0346824a refactor: removed all signify file
REVERT: 2c2b8b090 Fix #125 (diff highlight affecting other component) (#128)
REVERT: bbcd9e43b fix: added tabline handling to extensions
REVERT: ccca56d05 feat: updated fzf extension to new api
REVERT: 4bf5e247f docs: fixed code highlight in README.md
REVERT: ddad28dca docs: fixed typo in README.md
REVERT: 0be459c0f docs: mmade tabline a details section
REVERT: 303edcfe9 feat: added nerdtree extension
REVERT: add3045cd Revert "feat: added nerdtree extension"
REVERT: da46b69e3 feat: added nerdtree extension
REVERT: 64a378d67 feat: added fugitive extension
REVERT: a4690ca4c Merge branch 'master' into extensions
REVERT: c19724fba feat: made extensions consistent with statusline
REVERT: 332f488e2 feat: add tabline support (#92)
REVERT: 9c9212c5b docs: updated README.md
REVERT: 87899eefc feat: add automatic theme generation (#104)
REVERT: 8624f7c14 Feat: add configuration in viml and status function (#114)
REVERT: e4723362c feat: enable to set symbols for diff component (#116)
REVERT: 8c8a48961 feat: palenight theme (#123)
REVERT: d019c04af fix: filetype icon not updating with file change (#119)
REVERT: ed7d18698 fix: made dracula theme similar to other themes (#121)
REVERT: ec47bb044 fix: wrong data displayed by diff component (#117)
REVERT: f47f68cee feat: drop signify dependency (added diff component) (#87)
REVERT: e59ac51ca refactor: removed cterm colors from themes (#115)
REVERT: d5ac4a8ff fix: handle separator config edge case
REVERT: 7115aa8f8 feat: customize symbols for the diagnostics component (#112)
REVERT: 1c4478183 docs: added diagnostics docs to lualine.txt(#111)
REVERT: 3ae9a2a48 docs: updated screenshots in README.md
REVERT: 41e670af3 docs: updated all screenshots in THEMES.md
REVERT: ee3c7225b fix: removed redundant theme
REVERT: 6eeeb16ed feat: diagnostics support (#95)
REVERT: 3b36b5a15 fix: signify highlight fix (#108)
REVERT: 950511513 enhancement: Donn't create unnececery hl groups (#105)
REVERT: 66a6cb3c9 refactor: fix #100
REVERT: 3fecc953a fix: fixed wrong highlight groups in signify
REVERT: 88c8682fa docs: fixed visual bug in README.md
REVERT: 5026eeff8 docs: fixed wrong config example in README.md
REVERT: 44eb9cbff docs: updated options secion in README.md
REVERT: 202487d2e feat: powerline like section seperators (#94)
REVERT: 6af9932d8 fix: tags not wrking properly in docs (#102)
REVERT: 0dd0a23ca feat: add colors to signify (#61)
REVERT: ec55986f3 fix: reintroduction of #32 (#97)
REVERT: 395d7cbb6 fix: filename component
REVERT: 20d7f33ef feat: adding component specific options (#60)
REVERT: d13323676 Fix lualine not appearing on :help (#91)
REVERT: 55c0f0fe9 docs: added license to all source files
REVERT: 937a56d5e fix: theme not changing at runtime
REVERT: 8a4baa804 Added other sources for component configuration (#53)
REVERT: 6687c9be6 Add Docs (#90)
REVERT: 0325203fa More themes (#74)
REVERT: e37b3ac92 Fix #33 (#79)
REVERT: 66ab809e0 Update onedark+onelight theme (#70)
REVERT: 5b812b307 Don't show signify status symbols if the count < 1 (#83)
REVERT: 1ade51b53 Adding gruvbox_metarial theme (#72)
REVERT: 71452fd42 Add codedark theme (#81)
REVERT: a9937db37 Add nightfly theme (#71)
REVERT: 5eb42599c Add papercolor theme (#69)
REVERT: d904b753a Add 16color theme (#66)
REVERT: 4456e5ff4 Adding material theme (#65)
REVERT: 0a7b9ff0c Adding wombat theme (#64)
REVERT: 82e0d7d2f Add molokai theme (#62)
REVERT: 8c09fc822 removed print from solarized
REVERT: df0d5f99c Added solarized theme (#63)
REVERT: a2a919329 Update README.md
REVERT: 09835e2a1 Insted of calling git branch is read from HEAD (#68)
REVERT: 10a6087a7 run vimscript inside vim.api.nvim_exec (#73)
REVERT: 823665c51 Wider range of mode support (#57)
REVERT: 8ff22c393 Fixed signify component apearing on non repo buffer (#58)
REVERT: 2c1888e94 Putting autocomands in a  group (#59)
REVERT: 8742b6e46 Added Completion Mode Label (#56)
REVERT: 72e5c71eb Bug fix Theme not rendered properly (#54)
REVERT: 2d39a243e Fix branch not changing (#48)
REVERT: 75a9c5c31 Handle undefined mode && fallback to normal mode highlighting (#47)
REVERT: 7460fe5aa Added notermguicolor support and special effects (#27)
REVERT: 3de3eb289 Update README.md
REVERT: 73d00d13c Update README.md
REVERT: ad5fcb4d0 Update README.md
REVERT: 420eec1d8 Update README.md
REVERT: 398fec981 Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim
REVERT: 84b554f3b added select mode
REVERT: f873a61f9 Update README.md
REVERT: 4cf4ac814 bug quickfix
REVERT: 710d5ad83 fixed filetype icon bug
REVERT: 6da4406a5 Themes now fallback to normal mode theme (#28)
REVERT: 24db1a62e Added forest_night theme (#30)
REVERT: 4fb9f90f7 Added powerline theme (#23)
REVERT: 3a82c3b34 Added nord theme (#24)
REVERT: 39dc03433 updated style to be inline with vim.api
REVERT: f62c0d4f2 added initial async support (#20)
REVERT: 3ab706671 fixed highlight bug (#19)
REVERT: 0194740d2 added signify component (#18)
REVERT: b8ad8a13b Use table.concat instead of string concatentation (#7)
REVERT: dfaf37d56 update README.md (#14)
REVERT: 08d2879f9 Porting onedark theme (#8)
REVERT: fb8154582 Added dracula theme (#12)
REVERT: 6ae335748 Merge pull request #2 from jarviliam/fix_webdevicon_check
REVERT: cde411d1b fixed the check if function 'WebDevIcons' exists
REVERT: 942475711 Update README.md
REVERT: e1f59dd45 Update README.md
REVERT: 60d9157b4 removed lualine.status call from lualine.lua
REVERT: 797fdb455 Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim
REVERT: ce88fca01 updated README.md
REVERT: bd98df384 Update README.md
REVERT: 4a102feda updated README.md
REVERT: 9fd63cec5 updated README.md
REVERT: 343fac3bd updated screnshots
REVERT: 15fe8feb2 Update README.md
REVERT: 9b5530790 updated README.md
REVERT: fa6aa3c32 initial lualine setup
REVERT: 2c24d623d Initial commit

git-subtree-dir: vendor/plugins/lualine.nvim
git-subtree-split: 3946f0122255bc377d14a59b27b609fb3ab25768
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant