mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 13:04:26 +02:00
update
This commit is contained in:
parent
b66df562ce
commit
721a871f36
3 changed files with 8 additions and 8 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 = "dracula"
|
||||
vim.g.pcode_colorscheme = "tokyonight"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
config = function()
|
||||
-- require("nvim-treesitter.configs").setup({
|
||||
-- ensure_installed = { "html", "css", "javascript" },
|
||||
-- })
|
||||
end,
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
-- config = function()
|
||||
-- -- require("nvim-treesitter.configs").setup({
|
||||
-- -- ensure_installed = { "html", "css", "javascript" },
|
||||
-- -- })
|
||||
-- end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue