Giter Club home page Giter Club logo

Comments (2)

Redhawk18 avatar Redhawk18 commented on August 16, 2024

I should be clear that I don't expect you support a version of Neovim that is two years old, just a suggestion of how I can use an older version of Lazy. I cannot update Neovim, I don't have permissions for this computer. I'm stuck with what I have and I'm trying to get my tools to work as well as they can on an old version.

from lazy.nvim.

dpetka2001 avatar dpetka2001 commented on August 16, 2024

Not sure if the maintainer will support this, but you can fix this error by changing these lines to the following

  local normal, has_bg
  if vim.fn.has("nvim-0.9.0") == 0 then
    normal = vim.api.nvim_get_hl_by_name("Normal", true)
    has_bg = normal and normal.background ~= nil
  else
    normal = vim.api.nvim_get_hl(0, { name = "Normal" })
    has_bg = normal and normal.bg ~= nil
  end

@folke Should I make a PR about this or is it something you're not willing to support? The docs do say in the requirements that Neovim should be >=0.8.0, but I'm not sure how you'd like to move forward.

Edit: Did it anyway, feel free to simply reject if you decide you're not willing to support so old Neovim versions from now on.

from lazy.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.