reenable luals

This commit is contained in:
Christian Nieves
2024-01-12 20:14:02 -06:00
parent 3021fa292c
commit d415cebf88
3 changed files with 9 additions and 2 deletions

View File

@ -9,7 +9,7 @@ return {
local use_google = require("utils").use_google
local lsps = {
-- "lua_ls",
"lua_ls",
"html",
"marksman",
"sqlls",

View File

@ -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