misc security and qol updates

This commit is contained in:
Rouven Seifert 2023-02-28 15:05:07 +01:00
parent 2cb528c2b7
commit d2b548cac2
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 11 additions and 3 deletions

View file

@ -97,6 +97,9 @@
pyright = {
enable = true;
};
texlab = {
enable = true;
};
rnix-lsp = {
enable = true;
};
@ -146,7 +149,6 @@
};
extraPlugins = with pkgs.vimPlugins;
[
vim-nix
dracula-vim
nerdcommenter
];