Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Is vim-markdown-toc abandoned, dead? (A: Yes) #76

Open
WaterSibilantFalling opened this issue Oct 3, 2021 · 5 comments
Open

Q: Is vim-markdown-toc abandoned, dead? (A: Yes) #76

WaterSibilantFalling opened this issue Oct 3, 2021 · 5 comments

Comments

@WaterSibilantFalling
Copy link

Last PR over 18 months ago.

Last closed issue over a year ago.

No responses to any Issues.

vim-markdown-toc is not working at all for me (installled, but vim will not acknowledge that it is there), but no point in raising an issue.

@mbpowers
Copy link

mbpowers commented Jan 9, 2022

It is working for me, not to say that it is not abandoned/unmaintained.
I use nvim with vim plug, added Plug 'mzlogin/vim-markdown-toc' to init.vim and then did :PlugInstall.

@reckel-jm
Copy link

reckel-jm commented Jan 31, 2022

Same for me. The commands can't be found in nvim.

Update: In my case, a change in the Plug-Configuration in my ~/.config/nvim worked and solved the problem (I am using nvim):

call plug#begin('~/.config/nvim/plugged')
    Plug 'mzlogin/vim-markdown-toc'
call plug#end()

The important part here was to specify the file path in the begin function. After reloading the config, all plugins have to be installed again. However, afterwards the commands can be found and run well.

@mzlogin
Copy link
Owner

mzlogin commented Feb 2, 2022

Same for me. The commands can't be found in nvim.

Update: In my case, a change in the Plug-Configuration in my ~/.config/nvim worked and solved the problem (I am using nvim):

call plug#begin('~/.config/nvim/plugged')
    Plug 'mzlogin/vim-markdown-toc'
call plug#end()

The important part here was to specify the file path in the begin function. After reloading the config, all plugins have to be installed again. However, afterwards the commands can be found and run well.

Yeah, what you do is how to install a vim plugin with vim-plug, documented in https://github.com/junegunn/vim-plug#usage.

@mzlogin
Copy link
Owner

mzlogin commented Feb 2, 2022

@WaterSibilantFalling I'm sorry for my late reply. Could you provide more details? Like how you manage your vim plugins, what's in your vimrc, etc.

@dariober
Copy link

dariober commented Mar 8, 2024

vim-markdown-toc is not working at all for me (installled, but vim will not acknowledge that it is there)

Check your file has actually extension .md or .markdown extension (#86).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants