You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
; pynvim
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo
** (pynvim:3081): WARNING **: Couldn't register with accessibility bus: Did not
receive a reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo