Compare commits

...

2 commits

2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,8 @@
pkgs.bash-language-server
# for justfile
pkgs.just-lsp
# for treesitter
inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter
];
};
};

View file

@ -305,6 +305,7 @@ in {
# Move to workspace 5
"workspace 5, match:class ^(vesktop)$"
"workspace 5, match:class ^(Element)$"
# Move to workspace 6
"workspace 6, match:class ^(steam)$"