[nvim] Switches to fzf for the buffer finder, removes snacks config
This commit is contained in:
11
home-manager/features/neovim/config/lua/plugins/fzf.lua
Normal file
11
home-manager/features/neovim/config/lua/plugins/fzf.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
-- https://www.lazyvim.org/extras/editor/fzf
|
||||
"ibhagwan/fzf-lua",
|
||||
keys = {
|
||||
{
|
||||
"<leader><space>",
|
||||
"<cmd>FzfLua buffers sort_mru=true sort_lastused=true<cr>",
|
||||
desc = "Switch Buffer",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user