summaryrefslogtreecommitdiffstats
path: root/lua/Nanderty/Plugins/vimtex.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-13 14:05:27 +0100
committerNanderty <psopka@sopka.ch>2023-03-13 14:05:27 +0100
commit59bd3aeee04b6ff559c51a324234a5100db0b2e1 (patch)
tree739c38a4b0bfea8744200d1a88b532afddddd8be /lua/Nanderty/Plugins/vimtex.lua
parentf2f01ec507b3e17494ceb149f5cd762571bf4920 (diff)
downloadneovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.tar.gz
neovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.tar.bz2
neovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.zip
new plugins
Diffstat (limited to 'lua/Nanderty/Plugins/vimtex.lua')
-rw-r--r--lua/Nanderty/Plugins/vimtex.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/Nanderty/Plugins/vimtex.lua b/lua/Nanderty/Plugins/vimtex.lua
deleted file mode 100644
index 511c2bf..0000000
--- a/lua/Nanderty/Plugins/vimtex.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-vim.g.tex_flavor='latex'
-vim.g.vimtex_view_mehtod = 'mupdf'
-vim.g.vimtex_quickfix_open_on_warning = 0
-
-vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )