[nvim] feat: tex formatoptions
This commit is contained in:
parent
5b27863d03
commit
5450d0c189
@ -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", "Ç")
|
||||
|
Reference in New Issue
Block a user