diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:02:17 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-10 18:02:17 +0100 |
commit | b5579d6d01f77115893800a9f3d1be82489e45af (patch) | |
tree | 14baf914fd1855b77c391296f164367619f5cbc0 /fnl/plugins | |
parent | 27acfc4af413a0ca2ae3a25ad27892bdb49ab77b (diff) |
Remove icon spacing in noice
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/noice.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/noice.fnl b/fnl/plugins/noice.fnl index 9171833..bd8aaa5 100644 --- a/fnl/plugins/noice.fnl +++ b/fnl/plugins/noice.fnl @@ -6,7 +6,7 @@ {:cmdline {:enabled true :view :cmdline_popup :format {:cmdline {:pattern "^:" - :icon (.. (. icons :caret) " ") + :icon (. icons :caret) :lang :vim} :search_down {:view :cmdline :icon (.. (. icons :search-text) " " |