Giter Site home page Giter Site logo

Comments (6)

manimax3 avatar manimax3 commented on August 25, 2024 1

@hoob3rt thanks, this fixed the issue. at least on my side

from lualine.nvim.

manimax3 avatar manimax3 commented on August 25, 2024

Try it without the 'branch' sections which solved the issue for me.

I don't know why but the call to vim.fn.systemlist in the branch module seems to cause the cursor flickering.
If you have vim-fugitive installed I use this as a temporary solution:

lualine.sections.lualine_b = { function() 
    return vim.fn["fugitive#head"]()
end }

from lualine.nvim.

hoob3rt avatar hoob3rt commented on August 25, 2024

Yes, the branch function is causing problems for now. This may be related as well. I will try to fix it today.

from lualine.nvim.

Stanislav-Lapata avatar Stanislav-Lapata commented on August 25, 2024

@hoob3rt in Insert mode
https://github.com/hoob3rt/lualine.nvim/blob/master/lua/lualine.lua#L60 is called cyclically
https://user-images.githubusercontent.com/12072329/103457223-380a1d80-4d0e-11eb-9a46-c831f66f994c.mov
is it OK?

from lualine.nvim.

hoob3rt avatar hoob3rt commented on August 25, 2024

could you confirm if f62c0d4 solves this issue?

from lualine.nvim.

hoob3rt avatar hoob3rt commented on August 25, 2024

@hoob3rt in Insert mode
https://github.com/hoob3rt/lualine.nvim/blob/master/lua/lualine.lua#L60 is called cyclically
https://user-images.githubusercontent.com/12072329/103457223-380a1d80-4d0e-11eb-9a46-c831f66f994c.mov
is it OK?

Yes that should be okay, otherwise things like cursor position or file location won't be updated in insert mode.

from lualine.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.