1
0
Fork 0
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:
Henrik Hautakoski 2024-12-17 22:53:20 +01:00
parent a7da5ecada
commit 2362a3ec2a

View file

@ -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 },