diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-15 18:00:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-15 18:00:47 +0200 |
| commit | 480348edc96ca3d3bc26d8623a4c962d201e97dd (patch) | |
| tree | b8d926d4ff6d97088691e7e4bb518a80501ad296 /config/nvim/lua/options.lua | |
| parent | 10dbc7044b269b687313ea7a70fb8cd5c59d0b60 (diff) | |
feat(nvim): support go and auto update plugins following system colorscheme
Diffstat (limited to 'config/nvim/lua/options.lua')
| -rw-r--r-- | config/nvim/lua/options.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
