Compare commits
1 Commits
5293429023
...
34c4b76a1b
Author | SHA1 | Date | |
---|---|---|---|
34c4b76a1b |
@ -127,7 +127,6 @@ 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,6 +1,4 @@
|
||||
return {
|
||||
"ngtuonghy/live-server-nvim",
|
||||
event = "VeryLazy",
|
||||
build = ":LiveServerInstall",
|
||||
opts = {}
|
||||
"barrett-ruth/live-server.nvim",
|
||||
config = true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user