summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-12-24 02:57:43 -0600
committerZachIR <zachir@librem.one>2025-12-24 02:57:43 -0600
commit09c391fcd6a9f9c6406a3fd44ab1c38b59d4db02 (patch)
treebed485b242bbbed021a297660b31668cb99c490a
parent2a0f9e3d7147b39a49fc3757455916e85103d9bb (diff)
parent234b3771eef6a27912504c20459b4e76f92686a9 (diff)
Merge branch 'master' into car
-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'