feat(nvf): add fuzzy finder and catppuccin
This commit is contained in:
parent
ecb3cd59a6
commit
291bbc34e6
1 changed files with 13 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue