diff --git a/packages/nvf.nix b/packages/nvf.nix index 5b09316..7588f31 100644 --- a/packages/nvf.nix +++ b/packages/nvf.nix @@ -1,7 +1,10 @@ _: { config.vim = { - # TODO: Install catppuccin - theme.enable = true; + theme = { + enable = true; + name = "catppuccin"; + style = "mocha"; + }; options = { # Indentation @@ -43,6 +46,14 @@ _: { # - allow me to move files around with vim bindings }; + fzf-lua = { + enable = true; + profile = "default"; + }; + telescope = { + enable = true; + }; + # Languages languages = { markdown.enable = true;