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 1
1
MIT License
2
2
3
- Copyright (c) COPYRIGHT_YEAR COPYRIGHT_NAME
3
+ Copyright (c) 2024 Alex Speranza
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
-- You probably always want to set this in your vim file
2
2
vim .opt .background = ' dark'
3
- vim .g .colors_name = ' lush_template '
3
+ vim .g .colors_name = ' chester.nvim '
4
4
5
5
-- By setting our module to nil, we clear lua's cache,
6
6
-- which means the require ahead will *always* occur.
@@ -14,8 +14,8 @@ vim.g.colors_name = 'lush_template'
14
14
--
15
15
-- The performance impact of this call can be measured in the hundreds of
16
16
-- *nanoseconds* and such could be considered "production safe".
17
- package.loaded [' lush_theme.lush_template ' ] = nil
17
+ package.loaded [' lush_theme.chester.nvim ' ] = nil
18
18
19
19
-- 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 ' ))
21
21
File renamed without changes.
You can’t perform that action at this time.
0 commit comments