vimPlugins.cmp-latex-symbols: fix override source
This commit is contained in:
@@ -722,7 +722,7 @@ assertNoAdditions {
|
||||
checkInputs = [ self.nvim-cmp ];
|
||||
};
|
||||
|
||||
cmp-latex-symbols = super.cmp-look.overrideAttrs {
|
||||
cmp-latex-symbols = super.cmp-latex-symbols.overrideAttrs {
|
||||
checkInputs = [ self.nvim-cmp ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user