added hlsl, got ctrl+. working as arrow operator (on linux at least

might need to configure the windows terminal).
This commit is contained in:
2025-05-22 21:10:30 -07:00
parent 9c426574ed
commit ca2d6550fa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ vim.opt.smartindent = true
vim.opt.wrap = false
require('nvim-treesitter.configs').setup {
ensure_installed = { "c", "cpp", "lua", "go", "gdscript", "godot_resource", "gdshader", "odin", "python", "sql", "zig" },
ensure_installed = { "c", "cpp", "lua", "go", "gdscript", "godot_resource", "gdshader", "odin", "python", "sql", "zig", "hlsl" },
sync_install = false,
auto_install = false,
highlight = {