-
Current config
```
use {
'hoob3rt/lualine.nvim',
requires = {'kyazdani42/nvim-web-devicons', opt = true},
event = 'VimEnter *',
config = function()
require('lualine').se…
-
It looks like the colors for the diagnostic component aren't getting set properly. I've tried it with just the theme colors and with setting the highlight groups manually before calling `setup()`.
…
-
### Requested feature
I checked in the docs and there isn't a way to say that on 'startify' buffer to not print the status line like for chadtree as example.
### Motivation
In this way I can disa…
Mte90 updated
3 years ago
-
[wilder.nvim](https://github.com/gelguy/wilder.nvim) is a nice plugin that enhances the statusline experience; in particular it draws `SEARCH` and `COMMAND` displays on the statusline when invoked: wo…
-
I like this theme but It would be even better with Treesitter support.
Treesitter defines the following highlight groups (the color definitions are from Onedark).
hi! TSError ctermfg=203 …
-
Here is how it looks for [zephyr-nvim](https://github.com/glepnir/zephyr-nvim):
![изображение](https://user-images.githubusercontent.com/22453358/113788150-107b8480-9745-11eb-8218-56276fa1330f.png)
…
-
User should be able to configure lualine with vimscript through global vim variables eg
```vim
let g:lualine_theme = 'nord'
```
similarly this should be supported in lua
```lua
vim.g.lualine_t…
-
when setting the theme to auto I get this message on startup:
```Error running config for lualine.nvim
Error in packer_compiled: Vim(lua):E5108: Error executing lua [string ":lua"]:15: ...ck/packer/…
B4rc1 updated
3 years ago
-
hi! this is one nice theme!
is there any way, or can it be implemented, to inject the full custom base colors, instead of just the named presets.
the main reason for the request - I like the `da…
-
I have this as my lualine sections
```
lualine.sections = {
lualine_a = { 'mode' },
lualine_b = { 'branch' },
lualine_c = { 'filename', 'diff', 'g:coc_status' },
…