From 357dfeec927c8ebd88ebf5363e10a7fbcd135074 Mon Sep 17 00:00:00 2001 From: Akos Horvath Date: Fri, 27 Jan 2023 23:16:44 +0100 Subject: [PATCH] add colorcolumn option --- lua/option.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/option.lua b/lua/option.lua index 2646c88..7ba4116 100644 --- a/lua/option.lua +++ b/lua/option.lua @@ -35,6 +35,8 @@ vim.cmd [[colorscheme sonokai]] -- Set completeopt to have a better completion experience vim.o.completeopt = 'menuone,noselect' +vim.o.colorcolumn = '80' + -- [[ Basic Keymaps ]] -- Set as the leader key -- See `:help mapleader`