summaryrefslogtreecommitdiffstats
path: root/lua/plugins/tex.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2024-01-31 15:47:52 +0100
committerNanderty <psopka@sopka.ch>2024-01-31 15:47:52 +0100
commit0d00ee23f35046f8465cb8302b6795d15227dfda (patch)
tree3f3042de3a141e491bc98acd91490a263939a74d /lua/plugins/tex.lua
parent42383b96d9a1b929080824946340d7459d49ac20 (diff)
downloadneovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.gz
neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.tar.bz2
neovim-config-0d00ee23f35046f8465cb8302b6795d15227dfda.zip
Snippets and general improvements
Diffstat (limited to 'lua/plugins/tex.lua')
-rw-r--r--lua/plugins/tex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/tex.lua b/lua/plugins/tex.lua
index 54d2270..f3cacfd 100644
--- a/lua/plugins/tex.lua
+++ b/lua/plugins/tex.lua
@@ -8,6 +8,7 @@ return {
vim.g.vimtex_view_method = 'zathura_simple'
vim.g.vimtex_fold_enabled = 1
vim.g.vimtex_fold_manual = 1
+ vim.g.vimtex_complete_bib_simple = 1
end,
},
}