From 58fab4d9baedf33dc36e78ecc7f9b7369734fa0d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 28 Oct 2021 00:42:18 +0200 Subject: vim + nvim removed startify plugin --- .config/nvim/lua/opts.lua | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.config/nvim/lua/opts.lua') 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) -]] -- cgit v1.2.3-70-g09d2