nvim: make LSP floats distinguished
This commit is contained in:
parent
7d9d8abd15
commit
71f8e957bc
@ -80,6 +80,8 @@ Group.link("@keyword.return", groups["keyword.return"])
|
|||||||
Group.link("type.qualifier", groups["keyword.return"])
|
Group.link("type.qualifier", groups["keyword.return"])
|
||||||
Group.link("@type.qualifier", groups["keyword.return"])
|
Group.link("@type.qualifier", groups["keyword.return"])
|
||||||
|
|
||||||
|
Group.new("NormalFloat", colors.noir_1, colors.noir_9, no)
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
--------------------------------
|
--------------------------------
|
||||||
-- imports (see .config/nvim/lua/)
|
-- imports (see .config/nvim/lua/)
|
||||||
|
Loading…
Reference in New Issue
Block a user