mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added docs window plugin
This commit is contained in:
@@ -19,8 +19,10 @@ return {
|
||||
config = function()
|
||||
require("action-hints").setup({
|
||||
template = {
|
||||
definition = { text = "D", color = "#add8e6" },
|
||||
references = { text = "R%s", color = "#ff6666" },
|
||||
-- definition = { text = "D", color = "#add8e6" },
|
||||
-- references = { text = "R%s", color = "#ff6666" },
|
||||
definition = { text = Definition_sign, color = "#add8e6" },
|
||||
references = { text = Reference_sign, color = "#ff6666" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
Reference in New Issue
Block a user