Photo exhibit tells of US
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 answers only
not deleted
user 47386
百度 这一基础性制度建设和打造长效机制问题,正是不久前中央经济工作会议的明确要求与指导方针,我们应当积极贯彻落实。
Gather question about the installation and the utilization of the vim-treesitter Neovim plugin
1
vote
Accepted
Is there a way to disable Treesitter in Telescope?
Finally i found a solution, this helped: :h telescope.defaults.preview.:
require('telescope').setup {
defaults = {
preview = {
treesitter = false
}
},
}
it disables treesitter in te …