index
:
nvim-config
---
summary
about
tree
log
branches
<<
path:
root
/public/nvim-config.git/html/after/plugin/cursor_line_color.lua
blob:
49834bef9fc97440d45658f5bdf7b9fdc4aacdf6
[
raw
] [
clear marker
]
0
1
vim.api.nvim_set_hl(0, "CursorLine", { bg = "#1F1E2F" })
2
3