vim-startify icon indicating copy to clipboard operation
vim-startify copied to clipboard

:link: The fancy start screen for Vim.

Results 90 vim-startify issues
Sort by recently updated
recently updated
newest added

**Steps to recreate** 1. Startify screen 2. :term 3. exit the shell **Screenshots** ![image](https://user-images.githubusercontent.com/88670305/183596988-ceef6e1d-ff6b-49d5-bb04-c91a0228108d.png) Happens in vanilla vim as well ![image](https://user-images.githubusercontent.com/88670305/183597317-9d37e8dc-2290-41e7-93e2-c16817616ecd.png)

Where did you get those quotes? They're amazing I'd love to use them in some of my own projects

Thanks for vim-startify! I've noticed that if I have `let g:startify_session_persistence = 1`, load a session, `:SDelete` it, and then quit vim, the session is recreated - presumably because vim-startify...

Allow option to swap out netrw for telescope find files when selected a directory.

What's the ideal size for a custom ASCII header?

Hi, I use neovim 0.6.1, on Ubuntu. Is there a way to directly open a Startify session from the command line, as in: `$ nvim --open-startify-session my_project_session` I assume it's...

Hi I get the following error when I try to open a file after stratify launch Error detected while processing function startify#open_buffers[6]..18_open_buffer[12]..BufWinLeave Autocommands for "*": This only happens when the...

Let's say for example if I had a bookmark to `$MYVIMRC`: ``` let g:startify_bookmarks = ["$MYVIMRC"] ``` and I just wanted to call it `VIMRC`. Is it possible to set...

https://user-images.githubusercontent.com/75968004/170257462-811bab36-cb94-4f20-9732-30816ba43804.mp4 In the video, I open NerdTree, then open a file but it didn't overwrite Startify buffer instead open 2 buffers. How to solve this problem? Thanks in advance.

When I open neovim, my startify screen opens but has the output from a new shell window. ![Screenshot from 2022-05-06 20-11-36](https://user-images.githubusercontent.com/82610361/167194499-f24fdbcb-586b-43b5-8f3a-ba8695c7919c.png) In my init.vim I have the line > let...