transparent zed and shit

This commit is contained in:
notgne2 2025-10-15 22:22:19 -07:00
parent 7734f09c89
commit 91068b7338
No known key found for this signature in database
4 changed files with 388 additions and 35 deletions

View file

@ -77,6 +77,7 @@ in {
};
extensions = with pkgs.vscode-extensions;
[
illixion.vscode-vibrancy-continued
tamasfe.even-better-toml
vscodevim.vim
jnoortheen.nix-ide
@ -143,6 +144,7 @@ in {
vim-indent-object
vim-commentary
vim-surround
transparent-nvim
{
plugin = vim-airline;
config = ''
@ -168,16 +170,7 @@ in {
map ; :Files<CR>
'';
}
(
pkgs.vimUtils.buildVimPlugin {
pname = "firenvim";
src = inputs.firenvim;
# yes im stupid
version = builtins.readFile (pkgs.runCommand "firenvim-version" {} ''
${pkgs.jq}/bin/jq -j .version < ${inputs.firenvim}/package.json > $out
'');
}
)
firenvim
vim-gitgutter
];
extraConfig = ''