initial commit: moved out of nix repository
This commit is contained in:
commit
f4ea68f9fa
19 changed files with 804 additions and 0 deletions
7
config/extra_config.lua
Normal file
7
config/extra_config.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require('telescope-all-recent').setup({
|
||||
default = {
|
||||
disable = false;
|
||||
use_cwd = true,
|
||||
sorting = "frecency",
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue