docs(editorconfig): move to source

This commit is contained in:
Lewis Russell
2024-03-09 12:21:01 +00:00
committed by Lewis Russell
parent 09a919f313
commit a09ddd7ce5
7 changed files with 243 additions and 153 deletions

View File

@@ -74,7 +74,6 @@ vim.log = {
--- Examples:
---
--- ```lua
---
--- local on_exit = function(obj)
--- print(obj.code)
--- print(obj.signal)

View File

@@ -215,7 +215,6 @@ function vim.schedule(fn) end
--- Examples:
---
--- ```lua
---
--- ---
--- -- Wait for 100 ms, allowing other events to process
--- vim.wait(100, function() end)