dotfiles
This commit is contained in:
parent
1c3ed0acb0
commit
685cbac5c9
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ local function dotfiles()
|
|||
end
|
||||
|
||||
telescope.load_extension("fzf")
|
||||
telescope.load_extension("ui-select")
|
||||
|
||||
require("my.keymaps").telescope_keymaps {
|
||||
project = project,
|
||||
|
|
|
@ -49,6 +49,7 @@ return {
|
|||
branch = "0.1.x",
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
{ "nvim-telescope/telescope-ui-select.nvim" },
|
||||
"nvim-lua/plenary.nvim",
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue