Code Monkey home page Code Monkey logo

Comments (6)

teto avatar teto commented on August 16, 2024

more details:

Not supported option set: arabicshape
Not supported option set: ambiwidth
Not supported option set: emoji
Not supported option set: guifontset
Not supported option set: guifontwide
Not supported option set: pumblend
Not supported option set: showtabline
Not supported option set: termguicolors
Not supported option set: ext_linegrid
Not supported option set: ext_multigrid
Not supported option set: ext_hlstate
Not supported option set: ext_termcolors
Not supported option set: ext_cmdline
Not supported option set: ext_popupmenu
Not supported option set: ext_tabline
Not supported option set: ext_wildmenu
Not supported option set: ext_messages
Not supported option set: termguicolors
Received unknown redraw event: mouse_on
Received unknown redraw event: set_icon
Received unknown redraw event: update_menu
Not supported option set: termguicolors
Received unknown redraw event: update_menu
Received unknown redraw event: mouse_on
Not supported option set: showtabline
Received unknown redraw event: mouse_off
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Failed to turn input event into nvim key (keyval: 65513)
Received unknown redraw event: mouse_on
Received unknown redraw event: set_icon
Not supported option set: ext_cmdline
Not supported option set: ext_popupmenu
Not supported option set: ext_tabline
Not supported option set: ext_wildmenu
Not supported option set: ext_messages
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
Not supported option set: ext_cmdline
Not supported option set: ext_popupmenu
Not supported option set: ext_tabline
Not supported option set: ext_wildmenu
Not supported option set: ext_messages
Received unknown redraw event: mouse_off
Received unknown redraw event: mouse_on
Received unknown redraw event: mouse_off
Received unknown redraw event: mouse_on
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
GnvimScroll error: NeovimError(0, "Vim(call):E117: Fonction inconnue : gnvim#cursor_tooltip#hide")
Received unknown redraw event: mouse_on

from gnvim.

vhakulinen avatar vhakulinen commented on August 16, 2024

gnvim#cursor_tooltip#hide is defined here. Make sure that GNVIM_RUNTIME_PATH is pointing to correct place so gnvim can load it's runtime files.

from gnvim.

teto avatar teto commented on August 16, 2024

I can fix GNVIM_RUNTIME_PATH as you say. Do you plan to add an installer that would properly install this ? for instance I don't think neovim-qt requires anything for
https://github.com/equalsraf/neovim-qt/blob/master/src/gui/runtime/plugin/nvim_gui_shim.vim

from gnvim.

vhakulinen avatar vhakulinen commented on August 16, 2024

gnvim requires some colors from color scheme which nvim can't supply (currently) without some custom viml and I don't fancy too much to include that viml into the binary it self. The Makefile contains instructions for make install to copy the files in place.

The default value for GNVIM_RUNTIME_PATH is defined here. If you need that to be different, any PRs to define that value on compile time are welcome. Shouldn't be much different from how we currently define the version number.

I'm closing this issue, since from what I gathered, the issue is/was that you had GNVIM_RUMTIME_PATH set to wrong value.

from gnvim.

teto avatar teto commented on August 16, 2024

The default value for GNVIM_RUNTIME_PATH is defined here. If you need that to be different, any PRs to define that value on compile time are welcome. Shouldn't be much different from how we currently define the version number.

I wrapped the program with a correct value for GNVIM_RUNTIME_PATH, reinstalled the lsp program and it seems to work though I don't get markdown popups. I guess I must use the vim-lsp plugin. Anyway I could adapt it to LanguageClient-neovim ?

from gnvim.

vhakulinen avatar vhakulinen commented on August 16, 2024

Gnvim provides API for using the cursor tooltip, which gnvim-lsp uses to do the hover using lsp and the vim-lsp vim plugin. The code that handles the hover stuff is quite trivial (here). Most of the code is for handling the cursor tooltip position. Porting that to use LangaugeClient-neovim should be quite trivial.

from gnvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.