feat(nvf): add fuzzy finder and catppuccin

This commit is contained in:
Mohammad Rafiq 2025-03-03 10:57:50 +08:00
parent ecb3cd59a6
commit 291bbc34e6

View file

@ -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;