mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
1e92404fc3
commit
0355d5dc2a
3 changed files with 24 additions and 9 deletions
|
@ -12,7 +12,7 @@
|
|||
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||
-- dracula
|
||||
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||
vim.g.pcode_colorscheme = "tokyonight"
|
||||
vim.g.pcode_colorscheme = "gruvbox-baby"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
|
|
@ -121,4 +121,18 @@ return {
|
|||
-- end,
|
||||
-- },
|
||||
--
|
||||
{
|
||||
"barrett-ruth/live-server.nvim",
|
||||
build = "yarn global add live-server",
|
||||
config = true,
|
||||
init = function()
|
||||
require("live-server").setup({
|
||||
-- Arguments passed to live-server via `vim.fn.jobstart()`
|
||||
-- Run `live-server --help` to see list of available options
|
||||
-- For example, to use port 7000 and browser firefox:
|
||||
args = { "--port=7000", "--browser=firefox" },
|
||||
--args = {},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue