This commit is contained in:
BearDad 2024-11-29 19:53:17 +01:00
parent fb81087eef
commit 502e196ea4
1 changed files with 1 additions and 0 deletions

View File

@ -1393,5 +1393,6 @@ require('colorizer').setup {
user_commands = true, -- Enable all or some usercommands
}
vim.opt.termguicolors = true
vim.api.nvim_set_hl(0, 'CursorLine', { bg = '#191724' }) -- Use a darker or blended color
vim.wo.relativenumber = true