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
Hello! So, in trying to use this library, I've come across a few things that I'm unsure about:
The directions for creating a plugin in the README aren't very clear to me after reading through them and trying the steps myself. The main thing I'm unsure about is the directory structure. What exactly does a valid plugin directory structure look like? Would this work or is this invalid?
.config
nvim
rplugin
dotnet
dotnet.sln
my-plugin
<class and csproj and all that>
I've tried looking around but I haven't found any examples of this. For reference, python works just fine and loads the plugin when I create a remote plugin in .config/nvim/rplugin/python/<project> using pynvim, but I have been unable to achieve the same effect with F#/C# and this library.
Can this library be used with F#? So simply creating an F# classlib instead of a C# one and using that instead? I see no reason why it wouldn't work, but due to the first point I haven't been able to properly test it.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
smolck
changed the title
Unclear on Directory Structure and Usage with F#?
Unclear on Directory Structure and Usage with F#
Jun 17, 2020
smolck
changed the title
Unclear on Directory Structure and Usage with F#
Unclear on Directory Structure, and Usage with F#
Jun 17, 2020
Hello! So, in trying to use this library, I've come across a few things that I'm unsure about:
I've tried looking around but I haven't found any examples of this. For reference, python works just fine and loads the plugin when I create a remote plugin in
.config/nvim/rplugin/python/<project>
using pynvim, but I have been unable to achieve the same effect with F#/C# and this library.Thanks in advance!
The text was updated successfully, but these errors were encountered: