Files
onedark.vim/lua/onedark/init.lua
Will Norris f152b97e0c add simple lua convenience wrapper
This allows for using more idiomatic calling styles in lua.
2022-07-22 23:27:37 -07:00

6 lines
160 B
Lua

return {
get_colors = vim.fn["onedark#GetColors"],
set_highlight = vim.fn["onedark#set_highlight"],
extend_highlight = vim.fn["onedark#set_highlight"],
}