Compare commits

...

2 Commits

Author SHA1 Message Date
Will Norris
bb260d6b56 Merge f152b97e0c into 390b893d36 2024-11-20 20:51:32 +00:00
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

5
lua/onedark/init.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
get_colors = vim.fn["onedark#GetColors"],
set_highlight = vim.fn["onedark#set_highlight"],
extend_highlight = vim.fn["onedark#set_highlight"],
}