ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
163 stars 20 forks source link

Incompatibility with Neovim 0.7.0 #56

Closed XVilka closed 2 years ago

XVilka commented 2 years ago

Describe the bug After upgrading my NeoVim Ionide stopped working, there is an error during the plugin loading:

Error detected while processing BufReadPost Autocommands for ...:
E5108: Error executing lua .../site/pack/packer/start/Ionide-vim/lua/ionide/init.lua:194: Expected Lua number
stack traceback:
    [C]: in function 'nvim_buf_get_option'
    ..../site/pack/packer/start/Ionide-vim/lua/ionide/init.lua:194: in function 'try_add_wrapper'
    [string ":lua"]:1: in main_chunk

Expected behaviour No error during loading the plugin

Environment (please complete the following information):

cannorin commented 2 years ago

Can you try with the latest commit? I'm struggling to install nvim 0.7 so I can't test it myself right now.

XVilka commented 2 years ago

@cannorin yes, it did. Thank you!