Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Dec 11, 2023
1 parent 4f3de03 commit 1fcf36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/format/rendered-node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class PangoMarkupGenerator {

private static _addCommonTag(p: string) {
let normal = vim.api.nvim_get_hl(0, {
name: "Normal",
name: "NormalFloat",
});
info("normal, %s", normal);
let foreground = ifNil(normal.get("guifg"), normal.get("fg"));
Expand Down

0 comments on commit 1fcf36e

Please sign in to comment.