docs: move vim.system to own section

This commit is contained in:
Lewis Russell
2025-07-10 10:32:17 +01:00
committed by Lewis Russell
parent 7f18811668
commit e644038f06
7 changed files with 265 additions and 141 deletions

View File

@@ -96,4 +96,5 @@ end
-- only on main thread: functions for interacting with editor state
if vim.api and not vim.is_thread() then
require('vim._editor')
require('vim._system')
end