feat(nvim): Change picker to FzfLua

This commit is contained in:
js0ny 2025-04-08 18:30:49 +01:00
parent e0ca95b7a4
commit c25d4ec182
10 changed files with 128 additions and 82 deletions

View file

@ -6,7 +6,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
if vim.v.shell_error ~= 0 then
vim.api.nvim_echo({
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
{ out, "WarningMsg" },
{ out, "WarningMsg" },
{ "\nPress any key to exit..." },
}, true, {})
vim.fn.getchar()
@ -19,4 +19,4 @@ vim.opt.rtp:prepend(lazypath)
-- loading lazy.nvim so that mappings are correct.
-- This is also a good place to setup other settings (vim.opt)
vim.g.mapleader = " "
vim.g.maplocalleader = "<C-k>"
vim.g.maplocalleader = "\\"