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;
|
extraConfig = builtins.readFile ../../wezterm/wezterm.lua;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.yazi = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
luasnip = {
|
luasnip = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
lsp-lines = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
lspconfig = {
|
lspconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue