[nvim] feat: tex formatoptions

This commit is contained in:
David JULIEN 2021-11-20 16:04:18 +01:00
parent 5b27863d03
commit 5450d0c189
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
-- Author : swytch
-- Created : Monday Oct. 04, 2021 16:09:13 CET
-- License : GPLv3
-- Description : tex fietype config
-- Description : tex filetype config
local opt = vim.opt
local g = vim.g
opt.formatoptions = "trq1jp"
opt.tabstop = 4
-- Caps
utils.map("i", "AA", "À")
utils.map("i", "CC", "Ç")