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 = { config.vim = {
# TODO: Install catppuccin theme = {
theme.enable = true; enable = true;
name = "catppuccin";
style = "mocha";
};
options = { options = {
# Indentation # Indentation
@ -43,6 +46,14 @@ _: {
# - allow me to move files around with vim bindings # - allow me to move files around with vim bindings
}; };
fzf-lua = {
enable = true;
profile = "default";
};
telescope = {
enable = true;
};
# Languages # Languages
languages = { languages = {
markdown.enable = true; markdown.enable = true;