feat: add yazi integration with fish

This commit is contained in:
DACHXY 2025-01-25 21:09:16 +08:00
parent 24afd66d64
commit 3049173514
12 changed files with 2386 additions and 3 deletions

View file

@ -47,6 +47,7 @@
stylelint-lsp
stylelint
clang-tools
taplo
];
plugins = with pkgs.vimPlugins; [
@ -110,6 +111,7 @@
markdown-preview-nvim
render-markdown-nvim
image-nvim
hover-nvim
# Python
neotest-python
@ -225,6 +227,7 @@
{ import = "lazyvim.plugins.extras.util.dot" },
{ import = "lazyvim.plugins.extras.util.mini-hipatterns" },
{ import = "lazyvim.plugins.extras.editor.telescope" },
{ import = "lazyvim.plugins.extras.editor.refactoring" },
-- uncomment to import/override with your plugins
{ import = "plugins" },