Giter Site home page Giter Site logo

Issue with git gutter and FZF about vim HOT 6 CLOSED

dracula avatar dracula commented on May 18, 2024
Issue with git gutter and FZF

from vim.

Comments (6)

dsifford avatar dsifford commented on May 18, 2024

Thanks for the report. I'll check into it.

from vim.

benknoble avatar benknoble commented on May 18, 2024

Couple of comments based on reading the issues/code:

  1. Seems like we need a guard in after/plugin/dracula.vim to prevent loading it when the colorscheme is not dracula. However, switching to dracula afterwards will not automatically load this file... Perhaps after is not the right solution for that?
  2. For the fzf stuff, I think the fix would be to save whatever options are changed by our autocommand, and restore from that on exit.

from vim.

dsifford avatar dsifford commented on May 18, 2024

I think we can leave everything in place and just source the syntax adjustments manually on colorscheme change.

We can just bind a function to call the appropriate filetype stuff to an autocmd linked to the ColorScheme event.

from vim.

dsifford avatar dsifford commented on May 18, 2024

And yeah, all the files will need to have a check in place that makes sure the current colorscheme is dracula, but that's not a huge deal.

from vim.

benknoble avatar benknoble commented on May 18, 2024

I opened #83 to track the after/loading problem. (Moved rest of response to that issue).

from vim.

benknoble avatar benknoble commented on May 18, 2024

What if here we just used setlocal instead ?

from vim.

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.