Olivier Roques
d21bdb488a
refactor: clean code
2022-01-27 18:53:47 +01:00
Olivier Roques
642d6f3314
fix: invalid reference to fn
2022-01-27 18:44:50 +01:00
Olivier Roques
0913699777
fix: same info when starting with several windows
...
Fix: 14
2022-01-27 18:30:10 +01:00
Jan Steinke
da71801866
fix multi workspace setup ( #31 )
2022-01-23 14:37:09 +01:00
Jan Steinke
8feac6c677
add function to add LSP client names ( #30 )
2022-01-22 23:13:57 +01:00
Olivier Roques
a30068885d
fix: take into account tabs in cache
...
Fix #14
2022-01-17 10:13:34 +01:00
Olivier Roques
618c4d373f
Fix severity name
2021-12-20 18:27:34 +01:00
Olivier Roques
0a002a8b80
Use new diagnostic API
...
Fix #29
2021-12-10 20:27:30 +01:00
Clément Joly
3ed48995e6
Hide trailing white space warning for markdown ( #28 )
...
In the markdown syntax, it’s actually valid to have trailing spaces (it
creates a line break).
Quoting https://en.wikipedia.org/wiki/Markdown
> Two spaces at the end of a line
> produce a line break.
2021-12-10 15:22:31 +01:00
Olivier Roques
5c6b2e9a7c
Revert "Update default and one themes"
...
This reverts commit cad2d76db7 .
2021-12-03 00:43:29 +01:00
Olivier Roques
cad2d76db7
Update default and one themes
2021-12-02 09:19:50 +00:00
Olivier Roques
9a6998ff2a
Change default hiding columns and allow nil user options
2021-09-03 09:45:39 +00:00
Olivier Roques
c308aa4857
Add treesitter-context
2021-09-03 08:44:57 +00:00
j-guyotbourgeois
923bacb5c9
Nordic theme bufferline edit ( #26 )
...
* Add nordic theme, based on nord colorscheme, similar to the theme on lightline.vim
* edit xterm colors codes
* Edit colors bufferline
* edit background bufferlines colors
Co-authored-by: Jonathan <jonathan@arch.lan >
Co-authored-by: jonathan <j.guyot-bourgeois@libr.im >
2021-08-20 09:20:45 +02:00
j-guyotbourgeois
795332439b
nordic theme ( #25 )
...
* Add nordic theme, based on nord colorscheme, similar to the theme on lightline.vim
* edit xterm colors codes
Co-authored-by: Jonathan <jonathan@arch.lan >
Co-authored-by: jonathan <j.guyot-bourgeois@libr.im >
2021-08-19 16:45:19 +02:00
Aditya Sengupta
17634e8250
Feature to add a custom theme ( #19 )
...
Closes #21
Co-authored-by: Olivier Roques <olivier@oroques.dev >
2021-07-11 18:25:34 +02:00
Alessandro Morelli
8b6d209262
Buffer separator option
2021-07-07 10:13:54 +02:00
Alessandro Morelli
2e5279b1aa
Dracula theme and, buffer separator switch
2021-07-07 10:13:54 +02:00
adisen99
94c35e5c83
added codeschool theme
2021-06-27 15:17:13 +02:00
adisen99
baa16608c8
switched some colors
2021-06-01 14:25:33 +02:00
adisen99
15b79e92f2
added jellybeans theme
2021-05-31 18:54:34 +02:00
Olivier Roques
e14451627f
Improve section cache management
2021-05-22 01:08:16 +02:00
Olivier Roques
cbdba2dcb9
Fix #14 : improve inactive window detection
2021-05-22 00:51:10 +02:00
Olivier Roques
267ecc7cd1
Revert "Fix #14 : better active window detection"
...
This reverts commit 680cfeb074 .
2021-05-21 20:19:33 +02:00
Olivier Roques
88beb047ea
Refactor git part
2021-05-21 20:15:35 +02:00
Olivier Roques
680cfeb074
Fix #14 : better active window detection
2021-05-21 19:46:47 +02:00
Yufan You
bbd48eaaef
feat(git): show diff stats when there's no branch
...
For example, it can show stats for yadm managed files.
2021-05-03 19:50:57 +02:00
Johann Nunez Garcia
c9209c583b
feat: add gruvbox_minimal theme
2021-04-11 23:24:39 +02:00
Johann Nunez Garcia
9f7caed283
feat: add option to show indexes in bufferline
2021-04-05 11:01:15 +02:00
Johann Nunez Garcia
4373b556c2
feat: exclude terminal buffers from bufferline
2021-04-04 18:04:10 +02:00
Johann Nunez Garcia
c68758ab39
feat: add gruvbox theme
2021-04-03 23:41:25 +02:00
David Zhang
55255ed409
feat: support gitsigns
2021-02-19 12:38:33 +01:00
David Zhang
dcc0294280
fix: swap cyan and blue for a better look
2021-02-17 09:36:23 +01:00
Olivier Roques
2afc797d65
Remove useless lines
2021-02-16 09:34:31 +01:00
David Zhang
3165e722af
feat: support gitbranch
2021-02-14 10:05:52 +01:00
David Zhang
6f70203088
feat: add nord theme ( #3 )
2021-02-13 19:31:59 +01:00
Olivier Roques
dffc1ee832
Fix highlighting
2021-02-09 10:31:06 +01:00
Olivier Roques
18b75356e3
Improve readability
2021-02-08 23:09:35 +01:00
Olivier Roques
1ff2264b61
Remove unused variable
2021-02-07 11:17:24 +01:00
Olivier Roques
ff03081984
Move statusline and section functions to main file
2021-02-07 11:09:42 +01:00
Olivier Roques
b29da70e5c
Add getcwd part
2021-02-07 02:29:44 +01:00
Olivier Roques
ecbe9dbfaa
Change terminal and command default colors
2021-02-06 22:48:28 +01:00
Kasfil Aziz
0391e357ce
Add support for gina.vim and vim-signify ( #2 )
...
* add support for gina.vim
* add support for vim-signify
* fix wrong value in vim-signify empty buffer
* add missing single quotes
* fix table indexing mistake
* add parentheses to make it work
2021-01-31 15:30:33 +01:00
Olivier Roques
aa357ce962
Update filename part
2021-01-15 17:03:47 +00:00
Olivier Roques
df8217c4b2
Create highlights on VimEnter
...
Also update README.md
2021-01-11 09:45:32 +01:00
Olivier Roques
7a701bec8e
Change terminal color
2021-01-11 00:18:43 +01:00
Olivier Roques
b2f13693e7
Fix infinite loop with unnamed buffers
2021-01-07 11:20:21 +01:00
Olivier Roques
f4930d7206
Revert "Update default sections"
...
This reverts commit 986c4dbf47 .
2021-01-07 09:46:52 +01:00
Olivier Roques
986c4dbf47
Update default sections
2021-01-06 15:23:01 +01:00
Olivier Roques
f643b3c4b5
Pad line and column
2021-01-04 13:19:56 +01:00