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