Coder Social home page Coder Social logo

Comments (6)

mikesmithgh avatar mikesmithgh commented on May 24, 2024 2

Thanks for the PR @jackielii! kitty-scrollback.nvim now supports neovim v0.9.

Thanks all who added discussions/upvoted. If anyone has any problems, feel free to open an issue. 🐱

from kitty-scrollback.nvim.

Andrew15-5 avatar Andrew15-5 commented on May 24, 2024 1

I don't think I mentioned this before, but I created smoka7/multicursors.nvim#67 because in Neovim v0.10 the plugin breaks https://github.com/okuuva/auto-save.nvim and itself. So I can't edit in multiple places + auto-save just doesn't work anymore (after I start using multicursor), and I have to manually save every time. So I do experience some negative consequences of an unstable Neovim version. This is an example why kitty-scrollback.nvim plugin should support at least the latest stable version (0.9.4).

from kitty-scrollback.nvim.

jackielii avatar jackielii commented on May 24, 2024 1

FWIW, vim.system source is just one file, can we vendor it and import it base on version?

from kitty-scrollback.nvim.

mikesmithgh avatar mikesmithgh commented on May 24, 2024

See #53

from kitty-scrollback.nvim.

mikesmithgh avatar mikesmithgh commented on May 24, 2024

See #55

from kitty-scrollback.nvim.

mikesmithgh avatar mikesmithgh commented on May 24, 2024

FWIW, vim.system source is just one file, can we vendor it and import it base on version?

Good find. Off the top of my head, we could probably have a check if vim.system is defined. If not, then have a copy of https://github.com/neovim/neovim/blob/master/runtime/lua/vim/_system.lua in kitty-scrollback.nvim that we can use to define vim.system for versions < 0.10.

from kitty-scrollback.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.