mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 09:24:02 +01:00
use telescope-ui-select
This commit is contained in:
parent
bdac955757
commit
bcf5501309
2 changed files with 10 additions and 0 deletions
|
@ -10,4 +10,12 @@ require("telescope").setup {
|
||||||
"--smart-case",
|
"--smart-case",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
extensions = {
|
||||||
|
["ui-select"] = {
|
||||||
|
require("telescope.themes").get_dropdown {}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("telescope").load_extension("ui-select")
|
||||||
|
|
|
@ -112,5 +112,7 @@ return require("packer").startup(function(use)
|
||||||
requires = "nvim-treesitter/nvim-treesitter",
|
requires = "nvim-treesitter/nvim-treesitter",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use "nvim-telescope/telescope-ui-select.nvim"
|
||||||
|
|
||||||
cmp_plugins(use)
|
cmp_plugins(use)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue