summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/after/plugin')
-rw-r--r--.config/nvim/after/plugin/startify.lua56
1 files changed, 28 insertions, 28 deletions
diff --git a/.config/nvim/after/plugin/startify.lua b/.config/nvim/after/plugin/startify.lua
index cd510a9..61e9466 100644
--- a/.config/nvim/after/plugin/startify.lua
+++ b/.config/nvim/after/plugin/startify.lua
@@ -1,29 +1,29 @@
-- Startify
-vim.cmd [[
-let g:startify_custom_header = startify#pad([
-\ '========================',
-\ '===== ===============',
-\ '====== ================',
-\ '====== ================',
-\ '====== ==== ==== ==',
-\ '====== === == = =',
-\ '====== === = == =',
-\ '= === === = == ====',
-\ '= === === = == = =',
-\ '== ===== ==== ==',
-\ '========================',
-\ ])
-let g:startify_lists = [
- \ { 'type': 'sessions', 'header': startify#pad(['Sessions']) },
- \ { 'type': 'files', 'header': startify#pad(['Recent']) },
- \ { 'type': 'bookmarks', 'header': startify#pad(['Bookmarks']) },
- \ { 'type': 'commands', 'header': startify#pad(['Commands']) },
- \ ]
-]]
-vim.g.startify_bookmarks = {
- { env = '~/.config/env' },
- { v = '~/.config/nvim/init.vim' },
- { zc = '~/.config/zsh/.zshrc' },
- { za = '~/.config/zsh/alias.zsh' },
- { gj = '~/dev/go/gojosh' },
-}
+-- vim.cmd [[
+-- let g:startify_custom_header = startify#pad([
+-- \ '========================',
+-- \ '===== ===============',
+-- \ '====== ================',
+-- \ '====== ================',
+-- \ '====== ==== ==== ==',
+-- \ '====== === == = =',
+-- \ '====== === = == =',
+-- \ '= === === = == ====',
+-- \ '= === === = == = =',
+-- \ '== ===== ==== ==',
+-- \ '========================',
+-- \ ])
+-- let g:startify_lists = [
+-- \ { 'type': 'sessions', 'header': startify#pad(['Sessions']) },
+-- \ { 'type': 'files', 'header': startify#pad(['Recent']) },
+-- \ { 'type': 'bookmarks', 'header': startify#pad(['Bookmarks']) },
+-- \ { 'type': 'commands', 'header': startify#pad(['Commands']) },
+-- \ ]
+-- ]]
+-- vim.g.startify_bookmarks = {
+-- { env = '~/.config/env' },
+-- { v = '~/.config/nvim/init.vim' },
+-- { zc = '~/.config/zsh/.zshrc' },
+-- { za = '~/.config/zsh/alias.zsh' },
+-- { gj = '~/dev/go/gojosh' },
+-- }