diff options
| author | joott <josh@ottmail.me> | 2025-07-29 11:23:04 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-29 11:23:04 -0400 |
| commit | 590efcea0d6ab0aa507996a6740bbc2929062f66 (patch) | |
| tree | 51cc93d618dd512e3fd48bca05d1229874dd5211 /nvim/lua/commands.lua | |
| parent | 500ca4b4c3d3e7faa747e935f6060f6828831a98 (diff) | |
| download | dotfiles-590efcea0d6ab0aa507996a6740bbc2929062f66.tar.gz dotfiles-590efcea0d6ab0aa507996a6740bbc2929062f66.zip | |
stole pywal16.nvim highlights
Diffstat (limited to 'nvim/lua/commands.lua')
| -rw-r--r-- | nvim/lua/commands.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/lua/commands.lua b/nvim/lua/commands.lua index d75412f..45b674f 100644 --- a/nvim/lua/commands.lua +++ b/nvim/lua/commands.lua @@ -6,9 +6,6 @@ vim.api.nvim_create_autocmd("ColorScheme", { require("feline").setup({ components = require("neopywal.theme.plugins.feline").get(), }) - - vim.api.nvim_set_hl(0, '@markup.heading.1.markdown', { link = 'DiffText' }) - vim.api.nvim_set_hl(0, 'markdownH1', { link = 'DiffText' }) end, }) |