refactor(nvim): remove unecessary Lazy highlight function
This commit is contained in:
parent
b466d8c2bf
commit
61cdc4bbd9
@ -23,9 +23,6 @@ lazy.setup("plugins.configs", {
|
|||||||
version = false,
|
version = false,
|
||||||
lazy = false,
|
lazy = false,
|
||||||
},
|
},
|
||||||
colorscheme = function()
|
|
||||||
vim.cmd.colorscheme("kanagawa")
|
|
||||||
end,
|
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
concurrency = 20,
|
concurrency = 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user