Update: Async loading of langs and plugins
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user