diff options
| author | zachir <zachir@librem.one> | 2025-12-27 20:42:04 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-27 20:42:04 -0600 |
| commit | 4518f6e538c260519deb38639d3451db30bf2a80 (patch) | |
| tree | dd74602018d8523e76302aae00bbb52544b19a2d /nvim/lua/options.lua | |
| parent | f43937d220835c0653b28b2ad86cbaaa18a8a4e9 (diff) | |
| parent | 234b3771eef6a27912504c20459b4e76f92686a9 (diff) | |
Merge branch 'master' into cla
Diffstat (limited to 'nvim/lua/options.lua')
| -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' |
