Compare commits
3 Commits
34c4b76a1b
...
5293429023
Author | SHA1 | Date | |
---|---|---|---|
5293429023 | |||
6f0bb06014 | |||
1c8cd80966 |
@ -127,6 +127,7 @@ elseif fileContent == "solarized" then
|
|||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
require('solarized').setup(opts)
|
require('solarized').setup(opts)
|
||||||
|
vim.o.background = 'dark'
|
||||||
vim.cmd.colorscheme 'solarized'
|
vim.cmd.colorscheme 'solarized'
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
"barrett-ruth/live-server.nvim",
|
"ngtuonghy/live-server-nvim",
|
||||||
config = true,
|
event = "VeryLazy",
|
||||||
|
build = ":LiveServerInstall",
|
||||||
|
opts = {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user