mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-08 00:14:28 +02:00
update
This commit is contained in:
parent
77d6e5e961
commit
c8f420d169
3 changed files with 11 additions and 3 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 = "material_palenight"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
|
8
lua/custom/plugins/treesitter.lua
Normal file
8
lua/custom/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"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