From ec9239cbaa4241fd7dd21f3815455e1e6a337002 Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Sun, 25 Dec 2022 02:59:49 +0800 Subject: [PATCH] Fix README.md's wrong indent, add align to icons --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 22a38ae..08cc7fb 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f }, config = function() require("neo-tree").setup() - end, + end, } ``` @@ -314,17 +314,17 @@ return { -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. border = "none", icons = { - cmd = " ", - config = "", - event = "", - ft = " ", - init = " ", - keys = " ", - plugin = " ", + cmd = " ", + config = " ", + event = " ", + ft = " ", + init = " ", + keys = " ", + plugin = " ", runtime = " ", - source = " ", - start = "", - task = "✔ ", + source = " ", + start = " ", + task = "✔ ", }, throttle = 20, -- how frequently should the ui process render events custom_keys = { @@ -423,17 +423,17 @@ return { { ui = { icons = { - cmd = "⌘", - config = "🛠", - event = "📅", - ft = "📂", - init = "⚙", - keys = "🗝", - plugin = "🔌", + cmd = "⌘", + config = "🛠", + event = "📅", + ft = "📂", + init = "⚙", + keys = "🗝", + plugin = "🔌", runtime = "💻", - source = "📄", - start = "🚀", - task = "📌", + source = "📄", + start = "🚀", + task = "📌", }, }, }