diff options
| author | ZachIR <zachir@librem.one> | 2025-12-24 02:52:36 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2025-12-24 02:54:12 -0600 |
| commit | 234b3771eef6a27912504c20459b4e76f92686a9 (patch) | |
| tree | 5f5a52d95c5e24f4f5037932a58b0209b8994a45 /nvim | |
| parent | d5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e (diff) | |
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index ae802be..86dd977 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -84,3 +84,6 @@ vim.g.indent_guides_enable_on_vim_startup = 0 -- vim-signify vim.opt.updatetime = 100 + +-- vim-latex-live-preview +vim.g.livepreview_previewer = 'zathura' |
