Closed
Description
After updating to nil version 2023-03-01 I'm experiencing this crash every time I save a file to disk.
If I can provide any further information regarding this crash I'm happy to do that.
neovim config: https://github.com/xanderio/dotfiles/blob/main/home/develop/neovim/nvim/init.lua#L131-L144
Cleanup nvim lsp.log entry
[ERROR][2023-03-08 09:33:28] .../vim/lsp/rpc.lua:734 "rpc" "nil" "stderr"
"thread 'main' panicked at 'no entry found for key', crates/ide/src/base.rs:126:10
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic_display
3: core::panicking::panic_str
4: core::option::expect_failed
5: ide::base::FileSet::path_for_file
6: nil::server::Server::apply_vfs_change
7: nil::server::Server::run
8: nil::main_loop
9: nil::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace."
Sidenote: Love your work on nil, it's getting more amazing with every update :)