diff options
author | max397574 <[email protected]> | 2021-11-06 17:32:54 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 17:32:54 +0100 |
commit | 18ac4bd18f19c89708a2ef6771c7c4b1f553a908 (patch) | |
tree | 37d6e674e0c93446737310d8536d717514ad9a90 /lua/startup/utils.lua | |
parent | 57b71689137bc8ebd7d2226de0c3104ffcb6ced5 (diff) |
cleanup(utils): 🗑️removed unused function
Diffstat (limited to 'lua/startup/utils.lua')
-rw-r--r-- | lua/startup/utils.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/startup/utils.lua b/lua/startup/utils.lua index bb99fdb..470d030 100644 --- a/lua/startup/utils.lua +++ b/lua/startup/utils.lua @@ -252,11 +252,6 @@ function U.longest_line(lines) return longest end -function U.create_hls() - vim.cmd("hi StartupHeading guifg=" .. colors.heading_fg) - vim.cmd("hi StartupTools guifg=" .. colors.tools_fg) -end - function U.set_buf_options() local settings = require("startup").settings vim.api.nvim_buf_set_option(0, "bufhidden", "wipe") |