Initial commit

This commit is contained in:
2021-04-21 01:53:13 -03:00
commit 76d1a949e2
8 changed files with 370 additions and 0 deletions

8
colors/tokyo.vim Normal file
View 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()