Skip to content
#

neovim-plugin

Here are 199 public repositories matching this topic...

wincent
wincent commented Aug 22, 2019
  • Did you upgrade to latest plugin version? Yes, running 12e65e7ce62ad769bd01a67063e82e4c01a839d6 (lattest commit on "next" branch).
  • Did you upgrade to/compile latest binary? Run shell command
    bin/languageclient --version to get its version number: languageclient 0.1.147 e4478a4789805c66ce24ae786677ae557cd411da
  • (Neovim users only) Did you check output of :checkhealth LanguageClient?
bug
Shadow53
Shadow53 commented Oct 9, 2018

This is particularly for the Go template, since it currently assumes that all files are part of a main package. In most cases, the parent folder of the file has the same name as the package for its containing files. With a %PARENT% variable, the line in the Go template could be changed from

package main

to

package %PARENT%

which will be correct more often.

A

cmcaine
cmcaine commented Jul 22, 2019

e.g. E492: Not an editor command: IronPromptCommand

Presumably this was lost with the rewrite to Lua. Personally, I used that command quite often for opening Repls on other machines or in abduco (like tmux/screen).

A good alternative for me would be if IronRepl <arbitrary command line here> worked

Anyway, the documentation should probably be updated. I don't have time to do either thi

jj-tetraquark
jj-tetraquark commented May 7, 2017

In the README it states that in your .clang file you want to point to a project specific compilation database you need to specify it like so:

compilation_database = "<path to compilation_database>"

Actually you need to specify to the directory that contains it, rather than to the database itself.
i.e. if the file sits at catkin_ws/build/compile_commands.json your .clang file should s

Improve this page

Add a description, image, and links to the neovim-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neovim-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.