diff options
author | Christian Chiarulli <[email protected]> | 2021-08-30 00:59:23 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-08-30 00:59:23 -0400 |
commit | 0f458a04688d71d194fc104351f8cda5aff936af (patch) | |
tree | d95ebf0904c70584eb0576c91c5c74515e0ca4a5 /colors/onedarker.vim | |
parent | 5ede0c906ab174678e39237fe55f24bc5ae99348 (diff) |
onedarker colorscheme
Diffstat (limited to 'colors/onedarker.vim')
-rw-r--r-- | colors/onedarker.vim | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/colors/onedarker.vim b/colors/onedarker.vim new file mode 100644 index 00000000..42f2dbcb --- /dev/null +++ b/colors/onedarker.vim @@ -0,0 +1,13 @@ +" Author: Christian Chiarulli <[email protected]> + +lua << EOF +package.loaded['onedarker'] = nil +package.loaded['onedarker.highlights'] = nil +package.loaded['onedarker.Treesitter'] = nil +package.loaded['onedarker.markdown'] = nil +package.loaded['onedarker.Whichkey'] = nil +package.loaded['onedarker.Git'] = nil +package.loaded['onedarker.LSP'] = nil + +require("onedarker") +EOF |