How to config lazy for change nvim-treesitter install compilers. #736
armada45-pixel
started this conversation in
General
Replies: 1 comment 1 reply
-
The docs you refer to clearly mention what you should do. Just add the below (with the correct compilers) to the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.9.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3
Operating system/version
Windows 11 22H2 22621.1555
Describe the bug
My windows have only
gcc
andclang
i must change compiler of nvim-treesitter but i use lazy for first time i don't know how i config.I use lazy first time because i change to use AstroNvim.
ref doc https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support#which-c-compiler-will-be-used
my config for treesitter
Before this i change nvim-data\lazy\nvim-treesitter\lua\nvim-treesitter\install.lua:19
From this
To this
It work too. But not correct way.
Steps To Reproduce
.
Expected Behavior
Change compilers of nvim-treesitter.
Repro
Beta Was this translation helpful? Give feedback.
All reactions