diff options
| author | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
| commit | 9736ccc84a060a9188150a722cc35daaa4e39484 (patch) | |
| tree | e37c8df6dcf3aab6f236600c80cb8fa53d9e78c6 /nvim/lua/options.lua | |
| parent | f43937d220835c0653b28b2ad86cbaaa18a8a4e9 (diff) | |
| parent | 8706a73d491db20bf7547d043bc4a7f562c22b1d (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' |
