diff options
author | Chris <[email protected]> | 2021-03-25 02:36:57 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-25 02:36:57 -0400 |
commit | 36e9fdf69e1da2d09cbd3de5fbcd71fc7e5f16d1 (patch) | |
tree | f7d23c00d13d6d040ff1a2c43c9602198f37a424 /lua/settings.lua | |
parent | 2a0c547fcca08c2da54ac0b662316b953b5c4b68 (diff) |
indentline
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |