summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-15 23:36:14 +0100
committerNanderty <psopka@sopka.ch>2023-03-15 23:36:14 +0100
commitfba8830826fa88ef43d84fb051f90f11e4ae939b (patch)
tree4fc0bbae7e49c9b670fc34505a8352400c0ffa8d /ftplugin
parent59bd3aeee04b6ff559c51a324234a5100db0b2e1 (diff)
downloadneovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.gz
neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.bz2
neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.zip
cleanup
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/tex/vimtex.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/tex/vimtex.lua b/ftplugin/tex/vimtex.lua
new file mode 100644
index 0000000..d049ea4
--- /dev/null
+++ b/ftplugin/tex/vimtex.lua
@@ -0,0 +1,6 @@
+vim.g.tex_flavor='latex'
+
+vim.g.vimtex_quickfix_open_on_warning = 0
+vim.g.conceallevel=1
+vim.g.tex_conceal='abdmg'
+vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )