rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.91k stars 74 forks source link

Examples don't work #222

Closed Zardoz89 closed 10 months ago

Zardoz89 commented 10 months ago

I have installed rcarriga/nvim-notify using Plug on neovim 0.7.2 and the examples don't work :

imagen imagen imagen

Error E492 : It isn't an editor order : require("notify")("caca")


❯ nvim --version NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compilado por team+vim@tracker.debian.org

Features: +acl +iconv +tui

rcarriga commented 10 months ago

You're running vimscript by doing :require ("notify")("test"). Instead you need to run :lua require("notify")("test")