lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.07k stars 102 forks source link

Does this work for vim? #818

Closed palladium-o closed 8 months ago

palladium-o commented 8 months ago

Problem

I installed this using pathogen tried to do

lua
require "ibl".setup()

But got errors saying ibl isn't in any of the homebrew dirs, I have a plugin for neovim work with vim, it was for markdown markdown-previewnvim, all I had to do to get it working was cd to ~/.vim/bundle/markdown-preview.nvim then npm install

Expected behavior

This is the only plugin which displays indent guides as thin lines without any breaks which is what I want.

lukas-reineke commented 8 months ago

No, sorry. This plugin does not, and probably will never, work in vim. It uses features that are only available in Neovim.