mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
adding ep walsh logic
This commit is contained in:
parent
d396005db5
commit
46b2e6e56f
1 changed files with 12 additions and 0 deletions
12
lua/rose-pine/plugins/obsidian.lua
Normal file
12
lua/rose-pine/plugins/obsidian.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- Rosé Pine for toggleterm
|
||||
--- https://github.com/epwalsh/obsidian.nvim
|
||||
---
|
||||
--- @usage
|
||||
--- local highlights = require("rose-pine.plugins.obsidian")
|
||||
--- require("obsidian").setup({ highlights = highlights })
|
||||
|
||||
return {
|
||||
ObsidianBullet = { fg = "muted" },
|
||||
ObsidianRefText = { underline = true, fg = "iris" },
|
||||
ObsidianDone = { bold = true, fg = "foam" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue