feat: Add support to markid (#97)

This commit is contained in:
root 2022-09-20 11:28:27 +02:00
commit 67fc9a41db

View file

@ -0,0 +1,10 @@
--- Rosé Pine for markid
--- https://github.com/David-Kunz/markid
---
--- @usage
--- local highlights = require('rose-pine.plugins.markid')
--- require("nvim-treesitter.configs").setup({ markid = { enable = true, colors = highlights } })
local p = require('rose-pine.palette')
return { p.foam, p.rose, p.iris }