chore(nvim): fix fzf

main
sudo pacman -Syu 2023-06-19 10:33:50 +07:00
parent dae8bfed10
commit 80de5dc9b0
1 changed files with 1 additions and 3 deletions

View File

@ -55,9 +55,6 @@ vim.keymap.set("n", "<leader>gr", ":GoReferrers<CR>")
vim.keymap.set("n", "<leader>gcv", ":GoCoverage<CR>")
vim.keymap.set("n", "<leader>gdd", ":GoDeclsDir<CR>")
-- Use fzf
vim.opt.rtp:append({ "~/.fzf" })
-- Use plugin fzf.vim
vim.g.fzf_command_prefix = "FZF"
@ -107,6 +104,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
-- https://github.com/junegunn/fzf.vim
"junegunn/fzf",
"junegunn/fzf.vim",
-- https://github.com/nvim-lualine/lualine.nvim