mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: custom color for go namespaces
This commit is contained in:
parent
a7da5ecada
commit
2362a3ec2a
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ local options = {
|
|||
|
||||
-- LSP
|
||||
["@lsp.type.property"] = { link = "@variable" },
|
||||
["@lsp.type.namespace.go"] = { fg = colors.rosewater },
|
||||
|
||||
-- Bash
|
||||
["@variable.parameter.bash"] = { fg = colors.rosewater },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue