mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-15 06:23:49 -05:00
add simple lua convenience wrapper
This allows for using more idiomatic calling styles in lua.
This commit is contained in:
5
lua/onedark/init.lua
Normal file
5
lua/onedark/init.lua
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user