Add a couple of plugins to nvim

This commit is contained in:
Alexander Navarro 2024-03-22 10:46:03 -03:00
parent 2a980b26a8
commit 7b46aae1a1
12 changed files with 163 additions and 28 deletions

View file

@ -13,9 +13,6 @@ return {
return vim.fn.executable("make") == 1
end,
},
{
"nvim-telescope/telescope-file-browser.nvim",
},
},
config = function()
local actions = require("telescope.actions")
@ -53,7 +50,6 @@ return {
-- Enable telescope fzf native, if installed
pcall(telescope.load_extension, "fzf")
pcall(telescope.load_extension, "file_browser")
-- Find files
vim.keymap.set(