Adapt terminal-life to personal use-case
This commit is contained in:
parent
1eae96f4f2
commit
684a15972a
|
@ -73,6 +73,6 @@ in {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit lib;
|
inherit lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,13 @@ in {
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
solargraph
|
solargraph
|
||||||
terraform-ls
|
terraform-ls
|
||||||
|
rnix-lsp
|
||||||
universal-ctags
|
universal-ctags
|
||||||
|
]
|
||||||
|
|
||||||
|
++ lib.optionals (!cfg.lite) [
|
||||||
|
gopls
|
||||||
|
python3Full
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins;
|
plugins = with pkgs.vimPlugins;
|
||||||
|
|
Loading…
Reference in a new issue