diff options
author | max397574 <[email protected]> | 2021-11-09 07:43:25 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-09 07:43:25 +0100 |
commit | 5c6b7f817c88d1abf0ff96356fbe61d3cde66f7b (patch) | |
tree | 89e30c2624bca63a64311f7657f7b3b235984bfa /after/plugin | |
parent | 55000d15a06439be1797bfab158ae68d38309f51 (diff) |
refactor(utils): 🔄fixed hide statuslines
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/startup.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/after/plugin/startup.lua b/after/plugin/startup.lua deleted file mode 100644 index 030b23b..0000000 --- a/after/plugin/startup.lua +++ /dev/null @@ -1,5 +0,0 @@ -vim.defer_fn(function() - if vim.bo.ft == "startup" then - require("startup.utils").set_buf_options() - end -end, 1) |