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
|
pavucontrol
|
||||||
stable.libreoffice # NOTE breaks often
|
stable.libreoffice # NOTE breaks often
|
||||||
stable.signal-desktop # NOTE breaks often
|
stable.signal-desktop # NOTE breaks often
|
||||||
stable.texlive.combined.scheme-full # NOTE breaks often
|
|
||||||
vlc
|
vlc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
home-manager.users.moritz.programs.nixvim = {
|
home-manager.users.moritz.programs.nixvim = {
|
||||||
plugins.blink-compat.enable = true;
|
plugins.blink-compat.enable = true;
|
||||||
|
plugins.cmp-vimtex.enable = true;
|
||||||
plugins.lsp.capabilities = /* lua */ ''
|
plugins.lsp.capabilities = /* lua */ ''
|
||||||
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
|
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue