Commit Graph

643 Commits

Author SHA1 Message Date
Shadman 8ff22c3935
Fixed signify component apearing on non repo buffer (#58)
* Fixed signify component apearing on non repo buffer
2021-01-11 03:44:53 +01:00
Shadman 2c1888e947
Putting autocomands in a group (#59)
* Warp autocmd with augroup
2021-01-11 03:40:09 +01:00
Liam Jarvis 8742b6e466
Added Completion Mode Label (#56) 2021-01-09 18:27:53 +01:00
Shadman 72e5c71ebd
Bug fix Theme not rendered properly (#54) 2021-01-09 12:01:02 +01:00
Shadman 2d39a243e7
Fix branch not changing (#48)
* Fix branch not changing

* Added stderr detection to remove git_branch

* fixed bug in terminal windows

* changed error handling to pcall instead of match

Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-01-08 10:51:11 +01:00
Shadman 75a9c5c317
Handle undefined mode && fallback to normal mode highlighting (#47) 2021-01-08 04:52:30 +01:00
Shadman 7460fe5aa2
Added notermguicolor support and special effects (#27)
* Added notermguicolor support and special effects
* Added notermgui support
* Exposed special parameters for highlight(like bold,italic) to themes
  with gui like to bold "B" in normal mode do normal.b.gui = 'bold'
* Changed CONTRIBUTING.md to reflect current notermguicolor support
* Added calculating cterm values from rgb
* refactored highlight function
* Removed 'bold' default for a element
* Updated themes
* Adding function genarated cterm values to themes
* Updating CONTRIBUTING.md
* made colorschemes more compact

Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-01-08 02:35:09 +01:00
hoob3rt 3de3eb289f
Update README.md 2021-01-08 00:22:28 +01:00
hoob3rt 73d00d13c6
Update README.md 2021-01-08 00:22:01 +01:00
hoob3rt ad5fcb4d0b
Update README.md 2021-01-07 16:37:32 +01:00
hoob3rt 420eec1d8e
Update README.md 2021-01-06 18:23:23 +01:00
hoob3rt 398fec981b Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim 2021-01-06 14:52:34 +01:00
hoob3rt 84b554f3bf added select mode 2021-01-06 14:52:05 +01:00
hoob3rt f873a61f94
Update README.md 2021-01-06 14:18:18 +01:00
hoob3rt 4cf4ac814d bug quickfix
`mode`, `branch` and `signify` components stopped working after last
update, now they do
2021-01-06 02:36:44 +01:00
hoob3rt 710d5ad838 fixed filetype icon bug 2021-01-06 00:43:36 +01:00
Shadman 6da4406a5a
Themes now fallback to normal mode theme (#28)
* Themes now fallback to normal mode theme

* Refactored apply_default function

* refactoring apply defaults
2021-01-05 16:08:56 +01:00
Brandon 24db1a62e8
Added forest_night theme (#30)
* Add forest_night theme

Ported from forest-night's [lightline
theme](https://github.com/sainnhe/forest-night/blob/master/autoload/lightline/colorscheme/forest_night.vim).

* Add forest_night to THEMES.md
2021-01-05 00:15:03 +01:00
Shadman 4fb9f90f74
Added powerline theme (#23)
* Added a powerline theme

Credit: Took some help from lightline powerline theme

* Updated THEMES.md

* Small tweek to colors

* swaped onedark and powerline in THEMES.md
2021-01-04 13:00:03 +01:00
Shadman 3a82c3b345
Added nord theme (#24)
* Added nord theme

Credit : Ported from lightline nord theme

* Added nord to THEMES.md

* Checked nord theme in README.md
2021-01-04 12:15:39 +01:00
hoob3rt 39dc034335 updated style to be inline with vim.api 2021-01-04 02:14:29 +01:00
hoob3rt f62c0d4f22
added initial async support (#20)
* added inital async setup

* update README.md
2021-01-04 01:38:01 +01:00
hoob3rt 3ab7066718
fixed highlight bug (#19)
* fixed live colorscheme change also applying to lualine
* fixed theme definition in config not working
2021-01-04 01:17:51 +01:00
hoob3rt 0194740d28
added signify component (#18) 2021-01-04 00:37:49 +01:00
Eli W. Hunter b8ad8a13b2
Use table.concat instead of string concatentation (#7) 2021-01-03 20:11:22 +01:00
hoob3rt dfaf37d560
update README.md (#14) 2021-01-03 00:14:48 +01:00
Kenneth Lear 08d2879f9b
Porting onedark theme (#8)
* Porting onedark theme

* Fixed incorrect foreground background configuration for onedark theme. Also set command mode in onedark theme to be normal

* Adding onedark theme to available themes list in README
2021-01-02 20:07:08 +01:00
anguye21 fb8154582c
Added dracula theme (#12)
* Added dracula theme

* Converted from 4 spaces to 2
2021-01-02 18:35:36 +01:00
hoob3rt 6ae335748d
Merge pull request #2 from jarviliam/fix_webdevicon_check
Quick fix for checking if the function 'WebDevIconsGetFileTypeSymbol' exists
2020-12-31 09:20:31 +01:00
jarviliam cde411d1b8 fixed the check if function 'WebDevIcons' exists 2020-12-31 12:12:40 +09:00
hoob3rt 9424757111
Update README.md 2020-12-31 02:32:32 +01:00
hoob3rt e1f59dd453
Update README.md 2020-12-31 02:30:23 +01:00
hoob3rt 60d9157b41 removed lualine.status call from lualine.lua 2020-12-31 00:57:35 +01:00
hoob3rt 797fdb455a Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim 2020-12-30 18:57:59 +01:00
hoob3rt ce88fca016 updated README.md 2020-12-30 18:57:11 +01:00
hoob3rt bd98df3847
Update README.md 2020-12-30 17:53:00 +01:00
hoob3rt 4a102fedae updated README.md 2020-12-30 17:45:14 +01:00
hoob3rt 9fd63cec5f updated README.md 2020-12-30 17:42:14 +01:00
hoob3rt 343fac3bd9 updated screnshots 2020-12-30 17:41:05 +01:00
hoob3rt 15fe8feb2c
Update README.md 2020-12-30 17:36:15 +01:00
hoob3rt 9b55307903 updated README.md 2020-12-30 17:31:38 +01:00
hoob3rt fa6aa3c324 initial lualine setup 2020-12-30 15:48:51 +01:00
hoob3rt 2c24d623dc
Initial commit 2020-12-30 15:35:12 +01:00