mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-21 14:20:57 +01:00
neovim: Update telescope extensions
This commit is contained in:
parent
688e541c67
commit
5375bace6c
1 changed files with 2 additions and 9 deletions
|
|
@ -353,15 +353,8 @@
|
|||
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
enabledExtensions = ["ui-select"];
|
||||
extensionConfig = {
|
||||
ui-select = {
|
||||
__raw = ''
|
||||
require("telescope.themes").get_dropdown {
|
||||
-- even more opts
|
||||
}
|
||||
'';
|
||||
};
|
||||
extensions = {
|
||||
ui-select.enable = true;
|
||||
};
|
||||
extraOptions = {
|
||||
defaults.layout_strategy = "vertical";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue