fix: vimtex

This commit is contained in:
Moritz Böhme 2025-03-12 12:51:40 +01:00
parent a717ad987d
commit 6993f5f6d5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,6 @@ in
pavucontrol
stable.libreoffice # NOTE breaks often
stable.signal-desktop # NOTE breaks often
stable.texlive.combined.scheme-full # NOTE breaks often
vlc
];

View file

@ -3,6 +3,7 @@
{
home-manager.users.moritz.programs.nixvim = {
plugins.blink-compat.enable = true;
plugins.cmp-vimtex.enable = true;
plugins.lsp.capabilities = /* lua */ ''
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
'';