6 lines
182 B
Fennel
6 lines
182 B
Fennel
(module config.plugin.ctrlp
|
|
{autoload {nvim aniseed.nvim}})
|
|
|
|
(set nvim.g.ctrlp_map "<Leader>p")
|
|
(set nvim.g.ctrlp_cmd "CtrlPMixed")
|
|
(set nvim.g.ctrlp_user_command "rg --files %s")
|