📝 Reinstalled CtrlP, better than fzf...

This commit is contained in:
z3rOR0ne 2023-04-06 19:54:21 -07:00
parent 190dc0f0e2
commit a508805dcc
2 changed files with 6 additions and 1 deletions

View file

@ -47,6 +47,7 @@ return require("packer").startup(function(use)
})
-- use({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" }, })
use({ "junegunn/fzf.vim" })
use({ "kien/ctrlp.vim"})
use({ "rinx/nvim-ripgrep" })
use({ "mbbill/undotree" })
use({