refactor(nvim): remove unecessary Lazy highlight function

This commit is contained in:
Price Hiller 2023-10-03 02:01:55 -05:00
parent b466d8c2bf
commit 61cdc4bbd9
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -23,9 +23,6 @@ lazy.setup("plugins.configs", {
version = false,
lazy = false,
},
colorscheme = function()
vim.cmd.colorscheme("kanagawa")
end,
checker = {
enabled = true,
concurrency = 20,