# General Settings

in the your config.lua add the following:

vim.o.["the options"]
-- or 
vim.opt.["the options"]

start editing 😄