summaryrefslogtreecommitdiff
path: root/after/plugin/vimtex.vim
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-01-18 19:30:36 -0500
committerGravatar Matthew Wozniak <sirtomato999@gmail.com> 2024-01-18 19:30:36 -0500
commit31c7bc5258d7323658e60cb5400d5f3457fff74f (patch)
treec078a831c2eb148398428d61259e3e418a83d1fa /after/plugin/vimtex.vim
parentca3ccc842c919e42ff21382a62d23a74e31b39dc (diff)
downloadnvim-31c7bc5258d7323658e60cb5400d5f3457fff74f.tar.gz
nvim-31c7bc5258d7323658e60cb5400d5f3457fff74f.zip
vimtex
Diffstat (limited to 'after/plugin/vimtex.vim')
-rw-r--r--after/plugin/vimtex.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/plugin/vimtex.vim b/after/plugin/vimtex.vim
new file mode 100644
index 0000000..3d3e289
--- /dev/null
+++ b/after/plugin/vimtex.vim
@@ -0,0 +1,3 @@
+noremap <leader>wc <Cmd>VimtexCountWords<CR>
+let g:vimtex_view_method = 'zathura'
+