reenable luals
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
local use_google = require("utils").use_google
|
||||
|
||||
return {
|
||||
{
|
||||
"sainnhe/sonokai",
|
||||
config = function()
|
||||
vim.g.sonokai_diagnostic_virtual_text = "highlighted"
|
||||
vim.cmd("colorscheme sonokai")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
|
||||
|
Reference in New Issue
Block a user