nvim fix obsidian highlights
This commit is contained in:
parent
145606d10e
commit
c220daa5fa
6 changed files with 17 additions and 3 deletions
6
.config/nvim/lua/plugins/chtsh.lua
Normal file
6
.config/nvim/lua/plugins/chtsh.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"RishabhRD/nvim-cheat.sh",
|
||||
dependencies = {
|
||||
{ "RishabhRD/popfix" },
|
||||
},
|
||||
}
|
|
@ -76,6 +76,7 @@ return {
|
|||
Group.new("NotifyERRORIcon", colors.error)
|
||||
Group.new("ErrorMsg", colors.noir_1, colors.error)
|
||||
Group.new("SpellBad", nil, nil, styles.undercurl)
|
||||
Group.new("String", colors.primary, nil, nil)
|
||||
|
||||
-- Group.new("ObsidianExtLinkIcon", colors.primary, nil, styles.bold)
|
||||
-- Group.new("ObsidianRef", colors.primary, nil, styles.underline + styles.bold)
|
||||
|
|
3
.config/nvim/lua/plugins/nvim-notify.lua
Normal file
3
.config/nvim/lua/plugins/nvim-notify.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
local spec = {}
|
||||
|
||||
return spec
|
Loading…
Add table
Add a link
Reference in a new issue