summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/startify.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/startify.lua')
-rw-r--r--lua/ben/plugins/startify.lua28
1 files changed, 0 insertions, 28 deletions
diff --git a/lua/ben/plugins/startify.lua b/lua/ben/plugins/startify.lua
deleted file mode 100644
index 07e3de5..0000000
--- a/lua/ben/plugins/startify.lua
+++ /dev/null
@@ -1,28 +0,0 @@
-return {
- 'mhinz/vim-startify',
- config = function()
-
--- Define your custom header as a Lua table
-local header = {
- ' _ _ _ ',
- ' | \\ | | ___ _____ _(_)_ __ ___ ',
- ' | \\| |/ _ \\/ _ \\ \\ / / | \'_ ` _ \\ ',
- ' | |\\ | __/ (_) \\ V /| | | | | | | ',
- ' |_| \\_|\\___|\\___/ \\_/ |_|_| |_| |_| ',
- '',
-}
-
-
--- Set the g:startify_custom_header variable
-local centered_header = vim.fn["startify#center"](header)
-vim.g.startify_custom_header = centered_header
- end
-}
-
--- _ _ _
--- | \ | | ___ _____ _(_)_ __ ___
--- | \| |/ _ \/ _ \ \ / / | '_ ` _ \
--- | |\ | __/ (_) \ V /| | | | | | |
--- |_| \_|\___|\___/ \_/ |_|_| |_| |_|
---
-