Add polish.lua
This commit is contained in:
parent
830bae7f72
commit
5de10627a8
7
polish.lua
Normal file
7
polish.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return function(local_vim)
|
||||
-- Themery block
|
||||
-- This block will be replaced by Themery.
|
||||
vim.cmd("colorscheme vim-monokai-tasty")
|
||||
-- end themery block
|
||||
return local_vim
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user