feat: add ai and tex support
This commit is contained in:
parent
4439691030
commit
9240bb4db9
7 changed files with 35 additions and 4 deletions
10
config/lsp/vimtex.nix
Normal file
10
config/lsp/vimtex.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.vimtex = {
|
||||
enable = true;
|
||||
settings = {
|
||||
view_method = "zathura";
|
||||
};
|
||||
texlivePackage = pkgs.texlive.combined.scheme-full;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue