marleyvim/lua/config/options.lua
2025-03-16 16:35:28 -07:00

11 lines
224 B
Lua

vim.o.textwidth = 80
vim.o.colorcolumn = '+1'
vim.g.lazyvim_prettier_needs_config = true
vim.filetype.add({
pattern = {
['%.env%.[%w_.-]+'] = 'sh.env',
['.*/.github/workflows/.*%.yml'] = 'yaml.ghaction',
},
})