[vega] Update config; make gui config generic. [nvim] Use Snacks smart finder instead of fzf and avoid race condition
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
return {
|
||||
-- https://www.lazyvim.org/extras/editor/fzf
|
||||
"ibhagwan/fzf-lua",
|
||||
enabled = false,
|
||||
keys = {
|
||||
{
|
||||
"<leader><space>",
|
||||
|
||||
13
home-manager/features/neovim/config/lua/plugins/snacks.lua
Normal file
13
home-manager/features/neovim/config/lua/plugins/snacks.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
---@type snacks.Config
|
||||
keys = {
|
||||
{
|
||||
"<leader><space>",
|
||||
function()
|
||||
Snacks.picker.smart()
|
||||
end,
|
||||
desc = "Smart Find Files",
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
-- This is disabled because both snacks and fzf do a better job.
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
enabled = false,
|
||||
|
||||
Reference in New Issue
Block a user