mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 18:32:59 +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",
|
||||
},
|
||||
},
|
||||
|
||||
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",
|
||||
}
|
||||
|
||||
use "nvim-telescope/telescope-ui-select.nvim"
|
||||
|
||||
cmp_plugins(use)
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue