话题 | 长这么大,你有哪些事情是没做过的?
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with plugin-treesitter
Search options questions only
not deleted
user 25778
百度 过去3年间,550多名专家对全球4个主要地区——美洲地区、亚太地区、非洲地区及欧洲和中亚地区进行了生物多样性调查。
Gather question about the installation and the utilization of the vim-treesitter Neovim plugin
1
vote
1
answer
408
views
How can I improve treesitter's indentation when editing a multi-line string?
I mostly edit php files, using Neovim with kickstarter.nvim loading lazy, phpactor & nvim-treesitter.
I believe nvim-treesitter is what ends up being responsible for auto-indentaion.
Indeed if I chang …