mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
make vim line numbers brighter
This commit is contained in:
parent
7af5c6ec80
commit
bd2df06475
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ if pcall(require, "null-ls") then
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd('BufEnter', {
|
||||||
|
pattern = '',
|
||||||
|
command = 'highlight LineNr guifg=#aaaaff'
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in a new issue