mirror of https://github.com/sgoudham/nvim.git
fix: refactor to be able to properly reload all hi groups
parent
159037858b
commit
0dec7a2049
@ -1,3 +1,9 @@
|
||||
return {
|
||||
local M = {}
|
||||
|
||||
function M.get(cpt)
|
||||
return {
|
||||
IndentBlanklineChar = {fg = cpt.gray}
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
return M
|
||||
|
Loading…
Reference in New Issue