feat: yazi extra shortcuts
# Changes ## docs: - Add extra tutorial docs ## Features: - Add `pdf combine` to yazi - Add `pdf normalization` to yazi - Add `Markdown to html` to yazi ## Breaking Changes: - Rename sops secret `wireguard/conf` to `wireguard/wg0.conf`: Make sure update your `sops-conf.nix` and secrets file.
This commit is contained in:
parent
dc8f796e18
commit
54ab4d4181
17 changed files with 266 additions and 34 deletions
|
|
@ -67,6 +67,7 @@ in
|
|||
"BlinkCmpBorder",
|
||||
"BlinkCmpKind",
|
||||
"WarningMsg",
|
||||
"ColorColumn",
|
||||
"ErrorMsg",
|
||||
"BlinkCmpMenuBorder",
|
||||
"FzfLuaBackdrop",
|
||||
|
|
@ -407,7 +408,8 @@ in
|
|||
markdown = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
render-markdown-nvim.enable = true;
|
||||
render-markdown-nvim.enable = false;
|
||||
markview-nvim.enable = true;
|
||||
};
|
||||
};
|
||||
html.enable = true;
|
||||
|
|
@ -453,7 +455,6 @@ in
|
|||
"base16"
|
||||
"lsp-signature-nvim"
|
||||
"snacks-nvim"
|
||||
"render-markdown-nvim"
|
||||
];
|
||||
setupOpts.enable_autosnippets = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue