Skip to content

Commit

Permalink
rm indent blankline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed May 3, 2023
1 parent c031805 commit cd06304
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions nvim/lua/dko/behaviors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -273,24 +273,6 @@ autocmd("LspAttach", {
group = augroup("dkolsp"),
})

autocmd("colorscheme", {
desc = "Re-apply my indent-blankline highlights",
callback = function()
if vim.g.colors_name == "meh" then
vim.cmd([[
highlight IndentBlanklineIndent2 guibg=#242424 gui=nocombine
highlight IndentBlanklineContextChar guifg=#664422 gui=nocombine
]])
else
vim.cmd([[
highlight IndentBlanklineIndent2 guibg=#fafafa gui=nocombine
highlight IndentBlanklineContextChar guifg=#eeeeee gui=nocombine
]])
end
end,
group = augroup("dkoindentblankline"),
})

autocmd("colorscheme", {
desc = "Clear heirline color cache",
callback = function()
Expand Down

0 comments on commit cd06304

Please sign in to comment.