Update
This commit is contained in:
4
after/ftplugin/tex.lua
Normal file
4
after/ftplugin/tex.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
vim.opt.conceallevel = 2
|
||||
|
||||
vim.keymap.set({ "n", "i" }, "<a-f>", "<cmd>VimtexView<cr>", { desc = "Vimtex: View" })
|
||||
vim.keymap.set({ "n", "i" }, "<a-b>", "<cmd>VimtexCompile<cr>", { desc = "Vimtex: Compile" })
|
||||
Reference in New Issue
Block a user