diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 00:42:18 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 00:42:18 +0200 |
commit | 58fab4d9baedf33dc36e78ecc7f9b7369734fa0d (patch) | |
tree | e449ffb87901a7b29af745f2bf56803187cfb7c4 /.config/nvim/lua/opts.lua | |
parent | 726277d20d8ededbe44aa4560b1ec7e3413b7a3c (diff) |
vim + nvim removed startify plugin
Diffstat (limited to '.config/nvim/lua/opts.lua')
-rw-r--r-- | .config/nvim/lua/opts.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/nvim/lua/opts.lua b/.config/nvim/lua/opts.lua index f53eaf1..a1c0bbf 100644 --- a/.config/nvim/lua/opts.lua +++ b/.config/nvim/lua/opts.lua @@ -142,18 +142,3 @@ require("indent_blankline").setup { buftype_exclude = {"startify", "help", "terminal"}, filetype_exclude = {"startify", "help", "terminal"}, } - -vim.cmd [[ - let g:ascii = [ - \' ,, ', - \' db ', - \' ', - \"`7MMpMMMb.`7M' `MF'`7MM `7MMpMMMb.pMMMb. ", - \' MM MM VA ,V MM MM MM MM ', - \' MM MM VA ,V MM MM MM MM ', - \' MM MM VVV MM MM MM MM ', - \'.JMML JMML. W .JMML..JMML JMML JMML', - \'', - \] - let g:startify_custom_header = startify#pad(g:ascii) -]] |