Add colorcolumn

This commit is contained in:
2023-09-11 13:53:09 +02:00
parent fe2ae55a65
commit 810122d88b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -84,3 +84,5 @@ vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", })
vim.fn.execute("filetype plugin on")
vim.opt.hlsearch = false
vim.opt.laststatus = 3
vim.opt.textwidth = 80
vim.opt.colorcolumn = '+1'