moved tex mapping to ftplugin and added surround for tex

This commit is contained in:
Jeremie Fraeys 2024-08-22 19:40:03 -04:00
parent f2eaf7c67a
commit 3a09e91ad6
3 changed files with 23 additions and 21 deletions

View file

@ -1,5 +1,6 @@
return {
'tpope/vim-surround',
event = 'BufRead',
config = function()
-- You may configure any additional settings here if needed
end,