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

bug: Not an editor command: SymbolsOutline #27

Closed
3 tasks done
flowchartsman opened this issue Jun 22, 2023 · 1 comment
Closed
3 tasks done

bug: Not an editor command: SymbolsOutline #27

flowchartsman opened this issue Jun 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@flowchartsman
Copy link

flowchartsman commented Jun 22, 2023

Did you check docs and existing issues?

  • I have read all the edgy.nvim docs
  • I have searched the existing issues of edgy.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.1

Operating system/version

macOS 13.0.1

Describe the bug

Running a vanilla lazyvim installation, and enabled the following plugins

require("lazy").setup({
  spec = {
    -- add LazyVim and import its plugins
    { "LazyVim/LazyVim", import = "lazyvim.plugins" },
    -- UI
    { import = "lazyvim.plugins.extras.ui.mini-animate" },
    { import = "lazyvim.plugins.extras.ui.edgy" },
    -- Language Support
    -- { import = "lazyvim.plugins.extras.lang.typescript" },
    { import = "lazyvim.plugins.extras.lang.json" },
    { import = "lazyvim.plugins.extras.lang.go" },
    -- Coding Support
    { import = "lazyvim.plugins.extras.coding.copilot" },
    -- import/override with your plugins
    { import = "plugins" },
  },

If I toggle edgy, I get the following:

vim/_editor.lua:0: nvim_exec2(): Vim:E492: Not an editor command: SymbolsOutline 

Presumably this is because symbols-outline.nvim is not listed as a dependency anywhere?

Steps To Reproduce

  1. LazyVim config as above.
  2. Open a code file
  3. <leader>-> u -> e

Expected Behavior

No error.

Repro

As above.
@flowchartsman flowchartsman added the bug Something isn't working label Jun 22, 2023
@folke
Copy link
Owner

folke commented Jun 22, 2023

Fixed this in LazyVim. Thank you for reporting!

LazyVim/LazyVim@ed89d01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants