feat: VimTex
This commit is contained in:
parent
2186b0ce99
commit
df42c36fc8
3 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
{ # Markdown
|
||||
name = "render_markdown";
|
||||
}
|
||||
|
||||
{ # VimTex
|
||||
name = "vimtex";
|
||||
}
|
||||
];
|
||||
|
||||
# Key mappings for the completion menu.
|
||||
|
|
8
config/plugins/utils/vimtex.nix
Normal file
8
config/plugins/utils/vimtex.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
plugins.vimtex = {
|
||||
enable = true;
|
||||
settings = {
|
||||
view_method = "zathura";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue