Working treesitter, gruvboxmaterial, flash.nvim
This commit is contained in:
@ -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}
|
||||
-- }
|
||||
|
||||
Reference in New Issue
Block a user