-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lazy.nvim configuration #84
Comments
Dude it is damn easy |
Dude it is damn easy :
Simple as that,in plugins directory, create a new file named fsharp.lua and paste this into that file |
@muneebusmani I am also sadly a newb at this, but what would the translation be to set the lua variables for g.fsharp#fsi_keypmap... |
I'm brand new to Neo/LazyVim and trying to figure all this out. I tried what @muneebusmani suggested but it only kind of worked. This is what I've got so far trying to make it all work. The crazy function at the bottom is me trying to get FsiEval to run the block of code under my cursor. For some reason FsiEval doesn't acutally execute the code. |
tried @muneebusmani suggestion and got an error:
~/.config/nvim/lua/plugins/fsharp.lua:
nvim:
|
I am using LazyVim and lazy.nvim and would like to get started with developing in f# using Neovim.
I'd suggest two solutions:
I've considered trying to set up ionide-vim myself but don't have enough experience to follow the docs and convert it to lazy.nvim simulateously.
The text was updated successfully, but these errors were encountered: