Add a couple of plugins to nvim
This commit is contained in:
parent
2a980b26a8
commit
7b46aae1a1
12 changed files with 163 additions and 28 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue