feat: add vimtex

This commit is contained in:
Moritz Böhme 2024-06-27 10:12:38 +02:00
parent 1a2369c8db
commit b03934b4a3
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 52 additions and 8 deletions

View file

@ -16,6 +16,11 @@ in
source = ./plugins/snippets;
};
home.packages = with pkgs; [
xdotool
];
programs.neovim = {
enable = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;