10 lines
222 B
Lua
10 lines
222 B
Lua
|
-- Author : swytch
|
||
|
-- Created : Saturday Oct. 30, 2021 11:43:34 CET
|
||
|
-- License : GPLv3
|
||
|
-- Description : c settings file
|
||
|
|
||
|
local opt = vim.opt
|
||
|
local g = vim.g
|
||
|
|
||
|
opt.formatoptions = "trq1jp"
|