feat: working latex setup
This commit is contained in:
parent
6dd9ebbb6e
commit
bea8b9131c
4 changed files with 8 additions and 2 deletions
modules/applications
|
@ -25,6 +25,7 @@
|
|||
# unison-ucm
|
||||
xorg.libX11
|
||||
texlive.combined.scheme-full # latex stuff
|
||||
python38Packages.pygments # required for latex syntax highlighting
|
||||
okular
|
||||
zathura
|
||||
cmake
|
||||
|
|
|
@ -32,6 +32,7 @@ in
|
|||
ripgrep # grep rewrite (I think?)
|
||||
nodePackages.typescript # typescript language
|
||||
texlive.combined.scheme-full # latex stuff
|
||||
python38Packages.pygments # required for latex syntax highlighting
|
||||
];
|
||||
|
||||
plugins = with pkgs.vimPlugins;
|
||||
|
@ -52,11 +53,12 @@ in
|
|||
nvim-tree-lua # file tree
|
||||
vimtex # latex plugin
|
||||
|
||||
|
||||
# Cmp related stuff. See https://github.com/hrsh7th/nvim-cmp
|
||||
cmp-nvim-lsp
|
||||
cmp-buffer
|
||||
cmp-path
|
||||
cmd-cmdline
|
||||
cmp-cmdline
|
||||
nvim-cmp
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue