1
Fork 0

feat: tried configuring fzf-lua

This commit is contained in:
Matei Adriel 2022-01-31 22:54:22 +02:00
parent 93caf0c971
commit df5e333e31
5 changed files with 23 additions and 1 deletions
modules/applications

View file

@ -15,8 +15,12 @@ in {
'';
extraPackages = [
pkgs.fzf # Required by lua-fzf
# Language servers
pkgs.nodePackages.typescript
pkgs.easy-purescript-nix.purescript-language-server
];
plugins = with pkgs.vimPlugins;
@ -25,6 +29,7 @@ in {
github-nvim-theme # github theme for neovim
nvim-lspconfig # configures lsps for me
nvim-autopairs # close pairs for me
fzf-lua # fuzzy search for say opening files
];
};
}