mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
47dd2ad6ba
commit
39dd687ed9
1 changed files with 10 additions and 0 deletions
10
lua/rose-pine/plugins/markid.lua
Normal file
10
lua/rose-pine/plugins/markid.lua
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue