vim-startify
vim-startify copied to clipboard
:link: The fancy start screen for Vim.
I'm wondering if there's anything to be done about the `noautocmd` wrappers around `enew` in this plugin. It prevents other plugins from knowing that the buffer has changed (e.g. I...
Hi. First of all, cool plugin, thanks for your work. So, im using Sessions with ":SSave", ":SClose", "SDelete" and so on. Expected behaviour: When I using a session (open some...
Hello, ### Question I would like to know if there is a way to change NERDTree's root path when selecting a bookmark and/or opening a file ? ### System information...
Recently updated vim-startify to latest (ver `f2fc118`) and now when starting neovim (`v0.4.4`) the screen just stays blank for _minutes_; feels like it's blocking; generally it finally loads, but as...
I have created a minimal vimrc that reproduces this problem: [vimrc-startify-only.txt](https://github.com/mhinz/vim-startify/files/5398463/vimrc-startify-only.txt) When batch-loading multiple files, startify creates multiple hidden buffers for files which were selected. The bug only appears to...
# Idea: Add custom names to bookmarks For example, part of my config is ``` let g:startify_bookmarks = [ \{'1': '~/.vimrc'}, \{'2': '~/.zshrc'}, \{'3': '~/.tmux.conf'}, \{'4': '~/.config/alacritty/alacritty.yml'}, \{'5': '~/.hammerspoon/init.lua'}, \{'6':...
It seems that startify treats capital and little drive letters as different path.  
Hello. Can you please consider to implement autoload and autosave vim sessions on the fly? For example I'm using lazygit in floaterm in vim. I want to have abillity to...
When you load a session from the vim standard Session.vim in the directory (e.g. via autoload) and then do a :SSave it will want to save it in ~/.vim/sessions/ instead...