Xuyuan Pang
Results
2
issues of
Xuyuan Pang
- Please read through [this section](https://github.com/haorenW1025/completion-nvim/wiki/trouble-shooting) before posting a bug report. **My testing minimal init.vim** ```vim call plug#begin(stdpath('data') . '/plugged') Plug 'neovim/nvim-lsp' Plug 'nvim-lua/completion-nvim' call plug#end() lua
bug
The PR has done two things: 1. Fixed the issue where calling `applly_workspace_edit` failed in the SSR handler. 2. Fixed the issue where the ssr function became ineffective when `vim.ui.input`...