From 36e9fdf69e1da2d09cbd3de5fbcd71fc7e5f16d1 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 25 Mar 2021 02:36:57 -0400 Subject: indentline --- lua/settings.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/settings.lua') diff --git a/lua/settings.lua b/lua/settings.lua index 97ee420b..ad4a6ec0 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -6,6 +6,7 @@ vim.cmd('set whichwrap+=<,>,[,],h,l') -- move to next line with theses keys vim.o.pumheight = 10 -- Makes popup menu smaller vim.o.fileencoding = "utf-8" -- The encoding written to file vim.o.cmdheight = 2 -- More space for displaying messages +vim.cmd('set colorcolumn=99999') -- fix indentline for now vim.o.mouse = "a" -- Enable your mouse vim.o.splitbelow = true -- Horizontal splits will automatically be below vim.o.termguicolors = true -- set term giu colors most terminals support this -- cgit v1.2.3