mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-16 15:03:48 -05:00
Merge f152b97e0c into 390b893d36
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