Skip to content

Calling from visual mode gives "E481: No range allowed"Β #40

@benjstephenson

Description

@benjstephenson

On neovim nightly on Mac M1 I've configured Silicon using Lazy (in Fennel) with

(lazy :krivahtoo/silicon.nvim
      {:build "./install.sh build"
       :opts {:font "Fira Code=16"
              :theme "Monokai Extended"
              :window_controls false
              :tab_width 2
              :pad_vert 0
              :pad_horiz 0}})

There are no errors in the build process but if I

  • call :Silicon I get an image successfully created but only containing the first line of the file.
  • call :%Silicon I get E481
  • select some text in visual mode and call :'<,'>Silicon I also get E481

I can't see any other error messages so I'm not too sure how to debug the issue further.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions