theme fixes
This commit is contained in:
@@ -42,19 +42,3 @@ snippets.setup {
|
||||
gen_loader.from_lang()
|
||||
}
|
||||
}
|
||||
|
||||
vim.api.nvim_set_hl(
|
||||
0,
|
||||
"MiniSnippetsCurrentReplace",
|
||||
{link = "DiagnosticVirtualTextInfo"}
|
||||
)
|
||||
vim.api.nvim_set_hl(
|
||||
0,
|
||||
"MiniSnippetsFinal",
|
||||
{link = "DiagnosticVirtualTextInfo"}
|
||||
)
|
||||
vim.api.nvim_set_hl(
|
||||
0,
|
||||
"MiniSnippetsVisited",
|
||||
{link = "DiagnosticVirtualTextInfo"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user