require'nvim-treesitter.configs'.setup { incremental_selection = { enable = true, keymaps = { init_selection = "gnn", -- set to `false` to disable one of the mappings node_incremental = "grn", scope_incremental = "grc", node_decremental = "grm", }, }, }...
require'nvim-treesitter.configs'.setup { -- A list of parser names, or "all" (the five listed parsers should always be installed) ensure_installed = { "c", "lua", "vim", "vimdoc", "query" }, -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = ...
nvim-treesitter[rust]: Error during compilation during GIMPLE pass: evrp src/scanner.c: In function 'tree_sitter_rust_external_scanner_scan': src/scanner.c:186:1: internal compiler error: Illegal instruction 186 | } | ^ 0xb5f17f crash_signal ^I../.././gcc/toplev.c:327 0xe24724 ...
@theHamstaUsingTSInstallFromGrammar alldoes seem to silence the error, but kotlin, verilog, toml, tsx, typescript, haskell, jsonc, and cpp all seem to fail. 👍6 commentedMar 2, 2021 Look forward to fix it. 😅 commentedMar 3, 2021 Please use a older version of tree-sitter (e.g....
require'nvim-treesitter.configs'.setup { incremental_selection = { enable = true, keymaps = { init_selection = "gnn", -- set to `false` to disable one of the mappings node_incremental = "grn", scope_incremental = "grc", node_decremental = "grm", }, }, }...
You can installnvim-treesitterwith your favorite package manager (or using the nativepackagefeature of vim, see:h packages). NOTE: This plugin is only guaranteed to work with specific versions of language parsers(as specified in thelockfile.json).When upgrading the plugin, you must make sure ...