From 480348edc96ca3d3bc26d8623a4c962d201e97dd Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 15 Sep 2025 18:00:47 +0200 Subject: feat(nvim): support go and auto update plugins following system colorscheme --- config/nvim/lua/options.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/nvim/lua/options.lua') diff --git a/config/nvim/lua/options.lua b/config/nvim/lua/options.lua index a937c38..20df8d7 100644 --- a/config/nvim/lua/options.lua +++ b/config/nvim/lua/options.lua @@ -15,6 +15,8 @@ vim.opt.incsearch = true -- search as characters are entered vim.opt.ignorecase = true -- ignore case in searches by default vim.opt.smartcase = true -- but make it case sensitive if an uppercase is entered +vim.opt.colorcolumn = "120" + vim.filetype.add({ extension = { heex = 'eelixir' -- cgit v1.2.3