-
Hi! My new year resolution is to switching to neovim. Been using it for a while, and also configuring it as it goes. I've been using the neovim: vscode: the difference is noticeable on the screenshots. I've done a slight adjustments in the config, but thats just for the indent lines: {
"folke/tokyonight.nvim",
lazy = true,
opts = {
style = "night",
on_highlights = function(hl, c)
hl.MiniIndentscopeSymbol = {
fg = "#3b4261"
}
hl.IblIndent = {
fg = "#242635"
}
end,
},
} the non-jsx code highlights look ok to me: Is this how the Thanks in advance! update1: I am |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
and the solution was given on hl["@constructor.tsx"] = { link = "@tag.tsx" } Thanks to |
Beta Was this translation helpful? Give feedback.
and the solution was given on
ThePrimeagen
discord:Thanks to
@AlphaKeks
. 🙏