11 lines
250 B
Lua
11 lines
250 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"
|
|
opt.tabstop = 4
|