fixed damn treesitter they ahve custom setup function
This commit is contained in:
parent
452abf2029
commit
b58786f5b4
10 changed files with 146 additions and 92 deletions
|
@ -52,6 +52,14 @@ return {
|
|||
},
|
||||
},
|
||||
opts = {
|
||||
pickers = {
|
||||
buffers = {
|
||||
sort_lastused = true,
|
||||
},
|
||||
find_files = {
|
||||
sort_lastused = true,
|
||||
}
|
||||
},
|
||||
defaults = {
|
||||
vimgrep_arguments = {
|
||||
"rg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue