feat: change liveserver implementation
This commit is contained in:
parent
1c8cd80966
commit
6f0bb06014
@ -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,
|
||||
}
|
||||
|
@ -1,4 +1,6 @@
|
||||
return {
|
||||
"barrett-ruth/live-server.nvim",
|
||||
config = true,
|
||||
"ngtuonghy/live-server-nvim",
|
||||
event = "VeryLazy",
|
||||
build = ":LiveServerInstall",
|
||||
opts = {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user