Coder Social home page Coder Social logo

Comments (5)

TinusgragLin avatar TinusgragLin commented on August 24, 2024

If I understand you correctly, you want to get rid of the underlines that appears under all the "output"s in the screenshot, is that correct?

In that case, it's very likely that you have installed some plugin that underlines the word under the cursor to help you see the usages of a variable under the cursor and you should check the relevant options that plugin offers.

from kanagawa.nvim.

sheldonlyr avatar sheldonlyr commented on August 24, 2024

If I understand you correctly, you want to get rid of the underlines that appears under all the "output"s in the screenshot, is that correct?

@TinusgragLin Thanks for your reply!You are right, that is my intention and I have already solved this issue.
I'm using lazyvim and vim-illuminate plugin, below is my config of kanagawa:

{
    "rebelot/kanagawa.nvim",
    opts = function()
      return {
        undercurl = false,
        commentStyle = { italic = false },
        keywordStyle = { italic = false },
        statementStyle = { italic = false, bold = false },
        transparent = false,
        dimInactive = false,
        terminalColors = true,

        overrides = function(colors)
          return {
            IlluminatedWordText = { link = "DiffText" },
            IlluminatedWordRead = { link = "DiffText" },
            IlluminatedWordWrite = { link = "DiffText", underline = true },
          }
        end,
      }
    end,
},

from kanagawa.nvim.

TinusgragLin avatar TinusgragLin commented on August 24, 2024

If I understand you correctly, you want to get rid of the underlines that appears under all the "output"s in the screenshot, is that correct?

@TinusgragLin Thanks for your reply!You are right, that is my intention and I have already solved this issue. I'm using lazyvim and vim-illuminate plugin, below is my config of kanagawa:

{
    "rebelot/kanagawa.nvim",
    opts = function()
      return {
        undercurl = false,
        commentStyle = { italic = false },
        keywordStyle = { italic = false },
        statementStyle = { italic = false, bold = false },
        transparent = false,
        dimInactive = false,
        terminalColors = true,

        overrides = function(colors)
          return {
            IlluminatedWordText = { link = "DiffText" },
            IlluminatedWordRead = { link = "DiffText" },
            IlluminatedWordWrite = { link = "DiffText", underline = true },
          }
        end,
      }
    end,
},

Wow, a big thank for mentioning vim-illuminate! I used to have a similar plugin installed for my vim setup, then after switching to neovim I never managed to remember the name of that plugin. Now I think I have just found it!

from kanagawa.nvim.

TinusgragLin avatar TinusgragLin commented on August 24, 2024

So I think this should be closed? @sheldonlyr

from kanagawa.nvim.

sheldonlyr avatar sheldonlyr commented on August 24, 2024

Yes, i will close this issue

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