yazi
This commit is contained in:
parent
bab2e9dcbf
commit
d2beb208ed
2 changed files with 8 additions and 0 deletions
|
@ -151,6 +151,11 @@ in {
|
|||
extraConfig = builtins.readFile ../../wezterm/wezterm.lua;
|
||||
};
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
luasnip = {
|
||||
enable = true;
|
||||
};
|
||||
lsp-lines = {
|
||||
enable = true;
|
||||
};
|
||||
lspconfig = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
|
Loading…
Add table
Reference in a new issue