Initial commit
This commit is contained in:
8
colors/tokyo.vim
Normal file
8
colors/tokyo.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
lua << EOF
|
||||
for k in pairs(package.loaded) do
|
||||
if k:match(".*tokyo.*") then package.loaded[k] = nil end
|
||||
end
|
||||
EOF
|
||||
|
||||
lua require('tokyo').setup()
|
||||
|
||||
Reference in New Issue
Block a user