Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

cause lualine blink #6

Open
ShiChenCong opened this issue Dec 15, 2022 · 3 comments
Open

cause lualine blink #6

ShiChenCong opened this issue Dec 15, 2022 · 3 comments

Comments

@ShiChenCong
Copy link

ShiChenCong commented Dec 15, 2022

Hi, Thank you for the work
lualine will blink, when documen-color.nvim work with lualine.nvim、 nvim-session-manager
but lualine.nvim + nvim-session-manager is fine

minimal config

...
use { 'mrshmllow/document-color.nvim',config = function() require("document-color").setup { mode = "background", } end, event = { 'BufReadPre' } }

use { 'Shatur/neovim-session-manager', config = function()
  require('session_manager').setup({
    autoload_mode = require('session_manager.config').AutoloadMode.CurrentDir
  })
end }
use { 'nvim-lualine/lualine.nvim', requires = { 'kyazdani42/nvim-web-devicons' }, config = function()
  require('lualine').setupt({})
end }
...
@mrshmllow
Copy link
Owner

idk

@ShiChenCong
Copy link
Author

Untitled

@mrshmllow
Copy link
Owner

works fine with feline for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants