mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-05 09:06:42 -07:00
add gen.nvim
This commit is contained in:
parent
d5b436ac78
commit
21ebd90830
2 changed files with 50 additions and 0 deletions
|
@ -5,6 +5,7 @@ return {
|
|||
"nvim-lua/plenary.nvim",
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
"debugloop/telescope-undo.nvim",
|
||||
"nvim-telescope/telescope-ui-select.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("telescope").setup({
|
||||
|
@ -21,6 +22,7 @@ return {
|
|||
-- Enable telescope fzf native, if installed
|
||||
pcall(require("telescope").load_extension, "fzf")
|
||||
pcall(require("telescope").load_extension, "scaladex")
|
||||
pcall(require("telescope").load_extension, "ui-select")
|
||||
pcall(require("telescope").load_extension, "undo")
|
||||
|
||||
-- See `:help telescope.builtin`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue