Working treesitter, gruvboxmaterial, flash.nvim

This commit is contained in:
2025-12-05 18:37:07 +01:00
parent 35b1e56a95
commit 53a821411f
9 changed files with 124 additions and 87 deletions

View File

@ -1,3 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter"
}
return {}
-- return {
-- {"nvim-treesitter/nvim-treesitter", lazy = false, branch = "master", build = ":TSUpdate",
-- config = function()
-- local parsers = require "nvim-treesitter.parsers"
-- local parser_config = parsers.get_parser_configs()
-- parser_config.wgsl_bevy.filetype_to_parsername = "wgsl"
-- end}
-- }