summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/tex.lua1
-rw-r--r--ftplugin/tex/vimtex.lua3
2 files changed, 1 insertions, 3 deletions
diff --git a/ftplugin/tex.lua b/ftplugin/tex.lua
new file mode 100644
index 0000000..11cbd45
--- /dev/null
+++ b/ftplugin/tex.lua
@@ -0,0 +1 @@
+vim.opt.conceallevel = 1 \ No newline at end of file
diff --git a/ftplugin/tex/vimtex.lua b/ftplugin/tex/vimtex.lua
deleted file mode 100644
index dfabf6d..0000000
--- a/ftplugin/tex/vimtex.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-vim.g.vimtex_quickfix_open_on_warning = 0
-vim.opt.conceallevel = 1
-vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )