diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-25 15:27:29 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-25 15:27:29 +0200 |
| commit | 2b6ed8d5ad9b22cf02848ede02c6076a5f77c2a1 (patch) | |
| tree | 3d12ebb8e5f9d0eb2f3d6400904f701301ae7326 /config/nvim/lua | |
| parent | e483cf90b142436e02394b12e47ff9905ba5dbd6 (diff) | |
Use fzf
Diffstat (limited to 'config/nvim/lua')
| -rw-r--r-- | config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 7c5f488..8b5b64b 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -12,7 +12,7 @@ end vim.opt.rtp:prepend(lazypath) require('lazy').setup({ - {'fzf', dir=vim.env.FZF_VIM_PATH}, + 'junegunn/fzf', -- Syntaxes 'https://git.sr.ht/~rbdr/api-notation.vim', |