mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: misspelled highlight group name (#223)
This commit is contained in:
parent
e62a61166e
commit
8514c638bc
6 changed files with 112 additions and 114 deletions
|
|
@ -2,7 +2,7 @@
|
|||
--- https://github.com/David-Kunz/markid
|
||||
---
|
||||
--- @usage
|
||||
--- local highlights = require('rose-pine.plugins.markid')
|
||||
--- local highlights = require("rose-pine.plugins.markid")
|
||||
--- require("nvim-treesitter.configs").setup({ markid = { enable = true, colors = highlights } })
|
||||
|
||||
local p = require("rose-pine.palette")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue