mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
77d6e5e961
commit
c8f420d169
3 changed files with 11 additions and 3 deletions
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