add yazi config and theme
- moved config/nvim.lua -> config/nvim/system/nvim.lua
This commit is contained in:
@@ -334,15 +334,8 @@
|
||||
yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
mgr = {
|
||||
show_hidden = true;
|
||||
sort_by = "natural";
|
||||
sort_sensitive = true;
|
||||
sort_dir_first = true;
|
||||
scrolloff = 5;
|
||||
};
|
||||
};
|
||||
settings = builtins.readFile ../config/yazi/yazi.toml;
|
||||
theme = builtins.readFile ../config/yazi/themes/sprouting.toml;
|
||||
};
|
||||
zoxide = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user