fix: vimtex
This commit is contained in:
parent
a717ad987d
commit
6993f5f6d5
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue