mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Merge branch 'main' of https://github.com/rose-pine/neovim into rose-pine-main
This commit is contained in:
commit
139cd93be7
14 changed files with 827 additions and 683 deletions
|
|
@ -4,6 +4,6 @@
|
|||
--- @usage
|
||||
--- local highlights = require('rose-pine.plugins.markid')
|
||||
--- require("nvim-treesitter.configs").setup({ markid = { enable = true, colors = highlights } })
|
||||
local p = require('rose-pine.palette')
|
||||
local p = require("rose-pine.palette")
|
||||
|
||||
return {p.foam, p.rose, p.iris}
|
||||
return { p.foam, p.rose, p.iris }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue