From 31c7bc5258d7323658e60cb5400d5f3457fff74f Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 18 Jan 2024 19:30:36 -0500 Subject: vimtex --- after/plugin/vimtex.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/plugin/vimtex.vim (limited to 'after/plugin/vimtex.vim') 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 wc VimtexCountWords +let g:vimtex_view_method = 'zathura' + -- cgit v1.2.3-54-g00ecf