feat(neovim): replace telescope with fzf-lua
This commit is contained in:
parent
d4e6c583b3
commit
5f72692566
3 changed files with 6 additions and 54 deletions
|
@ -68,6 +68,11 @@ in
|
|||
cmp-path
|
||||
cmp-cmdline
|
||||
cmp_luasnip
|
||||
{
|
||||
plugin = fzf-lua;
|
||||
type = "lua";
|
||||
config = (builtins.readFile ./files/fzf-lua.lua);
|
||||
}
|
||||
{
|
||||
plugin = gitsigns-nvim;
|
||||
type = "lua";
|
||||
|
@ -140,11 +145,6 @@ in
|
|||
type = "lua";
|
||||
config = ( builtins.readFile ./files/treesitter.lua);
|
||||
}
|
||||
{
|
||||
plugin = telescope-nvim;
|
||||
type = "lua";
|
||||
config = ( builtins.readFile ./files/telescope.lua );
|
||||
}
|
||||
{
|
||||
plugin = nvim-treesitter-context;
|
||||
type = "lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue