some updates
This commit is contained in:
parent
db319ed5af
commit
6e8014e0b5
13 changed files with 153 additions and 14 deletions
15
home-manager/modules/neovim/plugins/vimtex.nix
Normal file
15
home-manager/modules/neovim/plugins/vimtex.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{...}: {
|
||||
programs.nixvim = {
|
||||
plugins.vimtex = {
|
||||
enable = true;
|
||||
settings = {
|
||||
compiler_method = "latexrun";
|
||||
toc_config = {
|
||||
split_pos = "vert topleft";
|
||||
split_width = 40;
|
||||
};
|
||||
view_method = "zathura";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue