File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) COPYRIGHT_YEAR COPYRIGHT_NAME
3+ Copyright (c) 2024 Alex Speranza
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11-- You probably always want to set this in your vim file
22vim .opt .background = ' dark'
3- vim .g .colors_name = ' lush_template '
3+ vim .g .colors_name = ' chester.nvim '
44
55-- By setting our module to nil, we clear lua's cache,
66-- which means the require ahead will *always* occur.
@@ -14,8 +14,8 @@ vim.g.colors_name = 'lush_template'
1414--
1515-- The performance impact of this call can be measured in the hundreds of
1616-- *nanoseconds* and such could be considered "production safe".
17- package.loaded [' lush_theme.lush_template ' ] = nil
17+ package.loaded [' lush_theme.chester.nvim ' ] = nil
1818
1919-- include our theme file and pass it to lush to apply
20- require (' lush' )(require (' lush_theme.lush_template ' ))
20+ require (' lush' )(require (' lush_theme.chester.nvim ' ))
2121
File renamed without changes.
You can’t perform that action at this time.
0 commit comments