summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2026-04-13 09:05:47 -0500
committerzsmith <zsmith@newhopechurch.tv>2026-04-13 09:05:47 -0500
commit4a964adf88f8a1a8b54ecd2582860d351a074bf1 (patch)
tree6580647b5a74a8f20dee62096bc45f44842e7c1d /nvim
parente668e8eb29215b2ba2beb873dc85670d13ecfe50 (diff)
parent2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff)
Merge branch 'master' into macmac
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/options.lua3
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'