-1

I don't know what creates this folder.

Can I delete it?

Fractale
  • 1,503
  • 3
  • 19
  • 34
  • Please provide a little bit more context. (OS, versions, ...) Assuming there is the "view" information of mkview (normally `~/.vim/view`) and you don't need the saved view information, yes you can delete it. – kapsiR Mar 18 '19 at 15:31

1 Answers1

0

Judging from the faq, .vimviews is just a cache of vim options. It's probably safe to clear, although it may mean that whatever plugin was using the cache may need to re-create it, if actively used.

Geekfish
  • 2,173
  • 23
  • 28