update colorcolumn to be more visible
This commit is contained in:
parent
4c2ade6e59
commit
0663b77784
|
|
@ -406,9 +406,7 @@ require('lazy').setup({
|
||||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||||
init = function()
|
init = function()
|
||||||
vim.cmd.colorscheme 'tokyonight-night'
|
vim.cmd.colorscheme 'tokyonight-night'
|
||||||
|
vim.api.nvim_set_hl(0, 'ColorColumn', { bg = '#2C2E22' })
|
||||||
-- You can configure highlights by doing something like:
|
|
||||||
vim.cmd.hi 'Comment gui=none'
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ vim.opt.relativenumber = true
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
vim.opt.colorcolumn = '100'
|
vim.opt.colorcolumn = '80'
|
||||||
|
|
||||||
vim.g.have_nerd_font = false
|
vim.g.have_nerd_font = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue