Update: Async loading of langs and plugins

This commit is contained in:
2021-05-09 03:47:54 -03:00
parent 7e023f6855
commit 4714677bb3
5 changed files with 22 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
lua << EOF
for k in pairs(package.loaded) do
if k:match(".*tokyodark.*") then package.loaded[k] = nil end
end
-- for k in pairs(package.loaded) do
-- if k:match(".*tokyodark.*") then package.loaded[k] = nil end
-- end
EOF
lua require('tokyodark').setup()
lua require('tokyodark')