Commit Graph

  • 849d6acc66 feat: Allow (neo)vim's statusline items to be used as component directly shadmansaleh 2021-08-20 08:15:57 +0600
  • aa65ef46fd
    Merge pull request #13 from shadmansaleh/fix/component_color_on_linked_theme Shadman 2021-08-20 01:43:34 +0600
  • 895fda9b91 fix: component highlight fall backs failing shadmansaleh 2021-08-20 01:23:44 +0600
  • 284bad71a1 chore: Update Issue templates shadmansaleh 2021-08-17 14:03:47 +0600
  • bdc3073d31 fix: Partially process config when setup is called shadmansaleh 2021-08-17 13:26:44 +0600
  • fcb61280f2 config: Add diff and diagnostics components to default config shadmansaleh 2021-08-17 00:30:33 +0600
  • 33defeffb5 feat: Allow function as diagnostics source shadmansaleh 2021-08-17 00:17:56 +0600
  • 0126ac0cc0 perf: lazy load modules and dalay config loading till status redraw shadmansaleh 2021-08-16 23:19:56 +0600
  • d360039969 fix(filename): include window_width to space estimation & expose shorting_target option shadmansaleh 2021-05-28 15:49:44 -0400
  • ee5c56e911 enhance: Allow external sources to overwrite components and extensions shadmansaleh 2021-08-14 20:22:52 +0600
  • fdb4d35507 doc: Update docs for default theme and auto shadmansaleh 2021-08-14 14:39:10 +0600
  • 32727039a9 |DEPRECATION| enhance(themes): Auto colorscheme detection and more shadmansaleh 2021-08-14 12:02:30 +0600
  • 570e68095e
    Merge pull request #10 from shadmansaleh/enhance/add_eviline Shadman 2021-08-14 01:39:38 +0600
  • 7f02a3a292 Include evil_lualine config in examples/ and fix warnings in evil_lualine shadmansaleh 2021-08-14 01:34:33 +0600
  • 967ddcb5ca fix: Reloading config causing extesions to disaprear shadmansaleh 2021-08-13 07:25:17 +0600
  • fcb88aebba Fix: quickfix extention not apearing shadmansaleh 2021-08-13 07:20:56 +0600
  • 0f3ad7e248 fix: Branch stuck in infinite loop in windows shadmansaleh 2021-08-09 21:09:29 +0600
  • dd2236cc3b Mention tsbline.nvim & nvim-bufferline in docs for tabline shadmansaleh 2021-08-09 16:36:52 +0600
  • edb8c344f7 Fix: branch and diff disappearing with diagnostics.goto_next()) shadmansaleh 2021-08-09 15:04:15 +0600
  • f68d81d351 [Deprection] Enhance: Provide an uniform interface for color options shadmansaleh 2021-08-09 13:53:42 +0600
  • d541574028 chore: fix lint error shadmansaleh 2021-08-08 23:50:44 +0600
  • 1816bc8622 [Breaking] Refactor: Removed viml like g:lualine styled config shadmansaleh 2021-08-08 23:44:03 +0600
  • fac96d71cc [Breaking] Refactor: switch to %{%expr%} from %!expr shadmansaleh 2021-08-08 22:03:58 +0600
  • cb5c4c031e Refactor: async jobs and diff component shadmansaleh 2021-08-08 14:47:20 +0600
  • 66b0736fd4 fix: left section separator not displayed when component begins with a custom highlight shadmansaleh 2021-08-05 21:44:22 +0600
  • 65464f7849 fix: component highlights fg defaulting to bg shadmansaleh 2021-08-05 21:38:09 +0600
  • 0ad7145127 feat: reload lualine after bacground is set. So themes can adapt shadmansaleh 2021-08-04 08:37:35 +0600
  • 46a86a9cca Fix: typo shadmansaleh 2021-08-04 08:28:53 +0600
  • 6aecf4a341 feat: Expose current config with lualine.get_config() shadmansaleh 2021-08-04 07:13:37 +0600
  • 7b98680316 fix: Typos alexfertel 2021-08-03 18:03:26 +0600
  • ea2432cc1e feat: Add source option to diff shadmansaleh 2021-08-03 17:41:37 +0600
  • e7b8b42089 Fix: Branch not working on directory with whilespace shadmansaleh 2021-08-03 15:28:05 +0600
  • ac9a9e0a8b fix: Possible fix to diff sometimws not apearing shadmansaleh 2021-08-03 12:19:12 +0600
  • 62b53c854c feat: Allow extensions to spwcify inactive sections too shadmansaleh 2021-08-03 12:08:17 +0600
  • 51daaf6f5a fix: Fixes bug diff somtimes doubled shadmansaleh 2021-08-03 09:56:07 +0600
  • 486be4462f Remove new_async():send() pattern + restructure augroup shadmansaleh 2021-08-02 21:16:17 +0600
  • 7a45a4f7fe feat: Add support for useing color_name like red and cterm values to set colors in lualine shadmansaleh 2021-08-02 20:25:34 +0600
  • fd5f635f4f doc: Remove docs for component specific transitional separator shadmansaleh 2021-08-02 19:40:14 +0600
  • 74d23fbd0c Reload theme when setting it up so auto can pick up changes in coloracheme shadmansaleh 2021-08-02 12:48:23 +0600
  • 6d153dac1f |BEAKING_CHNAGE| Fix :lualine disapearing on reload + Allow live updates shadmansaleh 2021-08-02 12:40:11 +0600
  • f1dbb2f4a8 Fixed using 'auto' theme with default colorscheme. J. Bromley 2021-07-29 22:47:07 +0600
  • e544b47895 Load lualine after session load shadmansaleh 2021-07-27 13:25:10 +0600
  • f7c44efb6f Proritize color option then theme when creating comppnent_hl shadmansaleh 2021-07-27 13:18:25 +0600
  • 87b060f390 Fix create_component_highlight overwritting older highlight with same hl_tag shadmansaleh 2021-07-27 12:57:51 +0600
  • ab818ec91a
    Merge pull request #1 from shadmansaleh/feat/diagnostic/add_option/update_in_insert Shadman 2021-07-25 13:51:37 +0600
  • f60bec0969 feat: Add update_in_insert option to diagnostics component shadmansaleh 2021-07-25 13:48:50 +0600
  • c57cb43c4d feat:Add component evaluation for inactive sections shadmansaleh 2021-07-25 12:52:52 +0600
  • 438ab4e468 Feat: Allow transitional separators to be set on component basis shadmansaleh 2021-07-25 12:41:07 +0600
  • 1d40e34aef Refactor: filetype icon and add disable_text option shadmansaleh 2021-07-25 12:39:20 +0600
  • 9726824f1d
    docs: fixed typo (#262) David Ruiz 2021-05-27 19:53:27 +0200
  • 2aaf434094
    feat: add separate hint diagnostic (#241) Tim Bedard 2021-05-25 15:13:43 -0500
  • d7f3168a55 Small tweek shadmansaleh 2021-05-12 21:24:09 +0600
  • 7fc7175ed6 Add docs shadmansaleh 2021-05-07 23:24:42 +0600
  • d8a2a640e0 refactor statusline() function shadmansaleh 2021-05-07 21:39:28 +0600
  • f480db58fb Allow transitional separator to be set as component option shadmansaleh 2021-05-07 06:54:49 +0600
  • a560209c24 Refractor filetype and add disable_text option shadmansaleh 2021-05-12 15:17:51 +0600
  • 46eed19a11 Use %{%eval%} blocks shadmansaleh 2021-05-21 11:14:54 +0600
  • ef47235330 Add component evaluation for inactive sections shadmansaleh 2021-05-04 10:56:58 +0600
  • 0411f1c830
    feat: horizon theme (#253) John Hunter 2021-05-20 23:07:27 +0100
  • 2f0f1fc49d
    feat: quickfix/locationlist extension(#248) Alejandro Sanchez 2021-05-19 22:36:55 +0200
  • 2c2876ae0c
    docs: updated screenshot width (#252) Hubert Pelczarski 2021-05-19 13:44:38 +0200
  • 496b2ef3b5 Revert "docs: updated image width in THEMES.md & README.md" hubert 2021-05-19 13:30:28 +0200
  • 87084286d1 docs: updated image width in THEMES.md & README.md hubert 2021-05-19 13:29:39 +0200
  • 8b2b825043
    feat: gruvbox light theme (#250) Duc Pham 2021-05-19 17:57:57 +0700
  • 3702e682ac
    refactor: remove filename warning (#228) Hubert Pelczarski 2021-05-18 17:13:13 +0200
  • 9d9ee2d60e feat: user defined extensions hubert 2021-05-14 20:24:54 +0200
  • a65168662e
    Update README.md (#245) Hubert Pelczarski 2021-05-14 14:19:54 +0200
  • 354b76ed1a
    perf: prevent rehashing in themes for slight performance increase (#244) Hubert Pelczarski 2021-05-14 02:09:34 +0200
  • 292609e3ad
    docs: vimscript removal prep (#243) Hubert Pelczarski 2021-05-13 23:19:11 +0200
  • d43a459c06
    Update README.md (#240) Hubert Pelczarski 2021-05-13 21:08:36 +0200
  • e083bf9576
    docs: update README.md & lualine.txt (#239) Hubert Pelczarski 2021-05-13 21:01:37 +0200
  • 634959f0e9
    feat: allow x,y,z sections to be themed independently (#238) Shadman 2021-05-13 22:39:30 +0600
  • 1ee99e0473
    enhancement: show diff when component is loaded (#234) JL Bas 2021-05-13 06:24:51 -0400
  • 33aaabe672
    Fix filename error message (#237) Shadman 2021-05-12 15:27:37 +0600
  • f644841206
    fix: extensions not loading properly (#232) Hubert Pelczarski 2021-05-11 21:40:54 +0200
  • 31de50919a
    feat: quickfix extension (#229) Hubert Pelczarski 2021-05-11 21:22:58 +0200
  • bfae320155
    feat: color filetype icons when using nvim-devicons (#222) Jonathan Gin 2021-05-11 08:55:18 -0400
  • 73a6c8fadf
    feat: dynamic shortening for filetype (#224) Hubert Pelczarski 2021-05-11 12:47:09 +0200
  • 11280b44f2
    fix: extensions not working without deepcopy (#223) Hubert Pelczarski 2021-05-10 18:27:39 +0200
  • 82826ef661
    refactor: moved loading to new module (#182) Hubert Pelczarski 2021-05-09 23:11:18 +0200
  • dc2c711a53
    Fix typos in README (#219) Jonathan Gin 2021-05-09 03:42:49 -0400
  • c8b96850c9
    fix: try LspDiagnostics colors first before fallling back to Diff colors (#216) Folke Lemaitre 2021-05-07 13:03:11 +0200
  • 5c20f5f4b8
    fix: workflows running twice (#214) Shadman 2021-05-06 18:14:06 +0600
  • 141778c953
    bugfix: perf improvements (#213) Shadman 2021-05-06 17:05:55 +0600
  • d3cc343053
    Revert "Performence improvments (#205)" (#212) Hubert Pelczarski 2021-05-06 04:45:07 +0200
  • 8572db014a
    testing (#127) Hubert Pelczarski 2021-05-05 20:04:16 +0200
  • 141417de61
    Performence improvments (#205) Shadman 2021-05-04 23:42:26 +0600
  • 64ab49f55a
    partially revert f08e8514 (#209) Shadman 2021-05-04 05:03:26 +0600
  • 4c3d76d9cf
    Feat: Disable lualine om specific buffer (#206) Shadman 2021-05-02 23:16:03 +0600
  • fcec65648c
    Merge pull request #204 from shadmansaleh/Enhance/Clear_old_config_before_applying Shadman 2021-05-02 10:57:06 +0600
  • 39102109b8 Don't apply `g:lualine` config if config given to setup function shadmansaleh 2021-05-02 10:33:25 +0600
  • f08e8514dd Clear old config before applying a new one shadmansaleh 2021-05-02 10:32:45 +0600
  • f2f014e379
    Fix: Transitional highlight not found error (#203) Shadman 2021-05-02 10:36:51 +0600
  • 6ba2b80b59
    Fix themes incorrectly setting the bold attribute (#194) agarof 2021-04-26 00:24:29 +0200
  • e3a558bc1d
    Fix component separator not removed for string color (#192) Shadman 2021-04-23 17:41:41 +0600
  • 2f17e432ee
    fix: typo functon -> function (#191) Shadman 2021-04-23 01:09:34 +0600
  • e6cc09c2e9
    feat(filename): add support for custom filename symbols (modified, readonly) (#185) Tim Bedard 2021-04-20 11:25:25 -0500
  • 9e2492fd07
    fix: added doc/tags to gitignore (#187) Shadman 2021-04-20 19:16:37 +0600
  • 96938c5db2
    style: Spell fix instence -> instance (#184) Tim Bedard 2021-04-19 22:02:21 -0500
  • 2158095193
    feat: modus_vivendi theme (#168) ronnie@machine 2021-04-15 20:15:03 +0300