mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-18 16:08:50 -05:00
Compare commits
2 Commits
main
...
bb260d6b56
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb260d6b56 | ||
|
|
f152b97e0c |
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