From 87e2084403f10dfbbf14e9ecd44564b131e5ace0 Mon Sep 17 00:00:00 2001 From: Kurenshe Nurdaulet <63652620+EpsilonKu@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:49:19 +0600 Subject: [PATCH] Move line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 531f0b0..f843c2e 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ A customizable Neovim plugin to run code inside the editor }) ``` + #### `set_handler(filetype, handler)` Default handlers can be found [here](./lua/runner/handlers/init.lua). - #### `set_handler(filetype, handler)` | Argument name | Description | Type | |---------------- | --------------- | --------------- | | `filetype` | The filetype on which to run the given handler | `string` |