feat: setup telescope-ui-select.
This commit is contained in:
parent
04be17fadf
commit
175fbf3491
1 changed files with 6 additions and 0 deletions
|
@ -192,6 +192,12 @@
|
||||||
require('telescope').load_extension('fzf')
|
require('telescope').load_extension('fzf')
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
telescope-ui-select = {
|
||||||
|
package = telescope-ui-select-nvim;
|
||||||
|
setup = ''
|
||||||
|
require('telescope').load_extension('fzf')
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue