Added mru sorting to telescope buffers.
This commit is contained in:
parent
434a42f0aa
commit
c3e34266e5
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
@ -296,6 +296,11 @@ require('telescope').setup {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
pickers = {
|
||||||
|
buffers = {
|
||||||
|
sort_lastused = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Enable telescope fzf native, if installed
|
-- Enable telescope fzf native, if installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue