rustowl icon indicating copy to clipboard operation
rustowl copied to clipboard

Weird Highlighting

Open MuntasirSZN opened this issue 7 months ago • 0 comments

Bug Description

Image

Here is a repro:

-- Run with `nvim -u repro.lua`
--
-- Please update the code below to reproduce your issue and send the updated code, with reproduction
--  steps, in your issue report

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

---@diagnostic disable-next-line: missing-fields
require("lazy.minit").repro({
  spec = {
    {
      "neovim/nvim-lspconfig",
    },
    {
      "cordx56/rustowl",
      opts = {}
    },
  },
})

Should be undercurl, and have colors.

Environment

Archlinux, 0.3.3, Neovim

MuntasirSZN avatar May 20 '25 11:05 MuntasirSZN