hedyhli / outline.nvim

Code outline sidebar powered by LSP. Significantly enhanced & refactored fork of symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
543 stars 15 forks source link

E492: Not an editor command: Outline #55

Closed natemurthy closed 5 months ago

natemurthy commented 5 months ago

I have installed on macOS laptop:

NVIM v0.8.3
LuaJIT 2.1.0-beta3

with CoC. You can see below from my :PlugStatus that neovim can detect the outline.vim plug-in:

Screenshot 2024-03-09 at 4 01 34 PM

But when I invoke :Outline I observer the E492: Not an editor command: Outline error.

Please advise on how best to resolve 🙂 (there's probably some configuration step I'm missing)

hedyhli commented 5 months ago

Hi! You need to call the setup function somewhere in your config.

https://github.com/hedyhli/outline.nvim?tab=readme-ov-file#setup

Please reopen if you're still encountering the issue.