gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
741 stars 58 forks source link

Slow file loading #36

Closed ptzz closed 9 years ago

ptzz commented 9 years ago

Is it possible to do something about the long load times for markdown files? It takes me about 3 seconds to load a 600 line file (MacBook Pro, 2.5 GHz Intel Core i5). Great plugin otherwise :+1:

ptzz commented 9 years ago

Cleaning my vim views folder solved the problem

nmccready commented 7 years ago

Cleaning my vim views folder solved the problem

How does one do this?

ptzz commented 7 years ago

I’m using vim-scripts/restore_view.vim and it stores file configuration and postion in ~/.vim/views. I just deleted that folder.