Personal Nix setup

Remove forced markdown line width

Changed files
-2
config
nvim
-2
config/nvim/init.lua
···
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.formatoptions = vim.opt_local.formatoptions + 'tcn12'
-
vim.opt_local.colorcolumn = '80'
-
vim.opt_local.textwidth = 80
end,
})
···
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.formatoptions = vim.opt_local.formatoptions + 'tcn12'
end,
})