Skip to content

Commit 4deaac6

Browse files
committed
feat!: remove vim-highlighturl
1 parent 5f22c6f commit 4deaac6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lua/modules/plugins/ui.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,5 @@ ui["folke/todo-comments.nvim"] = {
6868
config = require("ui.todo"),
6969
dependencies = "nvim-lua/plenary.nvim",
7070
}
71-
ui["itchyny/vim-highlighturl"] = {
72-
lazy = true,
73-
event = "BufReadPost",
74-
config = function()
75-
vim.g.highlighturl_guifg = "#8AB4F8"
76-
end,
77-
}
7871

7972
return ui

0 commit comments

Comments
 (0)