nvim: add telescope fzf native

dev-docs
Moritz Böhme 2023-02-23 13:37:59 +01:00
parent c8f927f4dc
commit a13aaa59cb
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,7 @@ in
orgmode
plenary-nvim # for telescope, neogit
smartcolumn-nvim
telescope-fzf-native-nvim
telescope-nvim
vim-lion
which-key-nvim

View File

@ -75,6 +75,9 @@ wk.register({
b = { "<cmd>Telescope buffers<cr>", "find buffer" },
},
}, { prefix = "<leader>" })
-- To get fzf loaded and working with telescope, you need to call
-- load_extension, somewhere after setup function:
require("telescope").load_extension("fzf")
require("neogit").setup({
disable_commit_confirmation = true,