http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/3979a97615e380882e8e53590861f4eafd50341a.html
+vim.opt.breakindent = true +vim.opt.linebreak = true + +-- I don't trust modelines. +-- https://security.stackexchange.com/questions/36001/vim-modeline-vulnerabilities +vim.opt.modelines = 0 +vim.opt.modeline = false + +-- Number each line. The current line is the total line number, and every +-- surrounding number is relative to that line to make it easy to know where to +-- jump for a 'gg', for instance.