feat: change liveserver implementation

This commit is contained in:
jabuxas 2024-10-08 17:03:10 -03:00
parent 1c8cd80966
commit 6f0bb06014
2 changed files with 5 additions and 2 deletions

View File

@ -127,6 +127,7 @@ elseif fileContent == "solarized" then
config = function(_, opts)
vim.o.termguicolors = true
require('solarized').setup(opts)
vim.o.background = 'dark'
vim.cmd.colorscheme 'solarized'
end,
}

View File

@ -1,4 +1,6 @@
return {
"barrett-ruth/live-server.nvim",
config = true,
"ngtuonghy/live-server-nvim",
event = "VeryLazy",
build = ":LiveServerInstall",
opts = {}
}