mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Adjust some nvim bits
This commit is contained in:
parent
95eec44e89
commit
0962ff6eca
6 changed files with 57 additions and 29 deletions
|
|
@ -1,18 +1,3 @@
|
|||
return {
|
||||
"nvim-telescope/telescope-ui-select.nvim",
|
||||
config = function ()
|
||||
-- This is your opts table
|
||||
require("telescope").setup({
|
||||
extensions = {
|
||||
["ui-select"] = {
|
||||
require("telescope.themes").get_dropdown({
|
||||
-- even more opts
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
-- load_extension, somewhere after setup function:
|
||||
require("telescope").load_extension("ui-select")
|
||||
end
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue