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 = {
|
||||
# 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue