mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

command 'cut' not found #510

Open SpyrexDE opened 2 years ago

SpyrexDE commented 2 years ago

I tried to use my NERDTree bookmarks by adding this line from the wiki to neovims init.vim file: let g:startify_bookmarks = systemlist("cut -sd' ' -f 2- ~/.NERDTreeBookmarks")

But I get the output command 'cut' not found I am using Windows 10.

Any ideas?

bryant-the-coder commented 2 years ago

Having the same issue

quotengrote commented 2 years ago

Install cut?

SpyrexDE commented 2 years ago

Install cut?

There is no cut for Windows 10.