added hlsl, got ctrl+. working as arrow operator (on linux at least
might need to configure the windows terminal).
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user