feat: make autocomplete more sophisticated
This commit is contained in:
parent
f743b75a59
commit
5417da9b52
3 changed files with 10 additions and 7 deletions
|
|
@ -41,8 +41,8 @@ local function set_platform(platform)
|
|||
end
|
||||
|
||||
state.platform = platform
|
||||
vim.fs.mkdir("build", { parents = true })
|
||||
vim.fs.mkdir("io", { parents = true })
|
||||
vim.fn.mkdir("build", "p")
|
||||
vim.fn.mkdir("io", "p")
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue