feat: add fzf-lua
This commit is contained in:
parent
6d16522f05
commit
e39ac5a92f
|
|
@ -4,4 +4,13 @@
|
||||||
-- See the kickstart.nvim README for more information
|
-- See the kickstart.nvim README for more information
|
||||||
return {
|
return {
|
||||||
'shaunsingh/nord.nvim',
|
'shaunsingh/nord.nvim',
|
||||||
|
{
|
||||||
|
'ibhagwan/fzf-lua',
|
||||||
|
-- optional for icon support
|
||||||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
config = function()
|
||||||
|
-- calling `setup` is optional for customization
|
||||||
|
require('fzf-lua').setup {}
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue