Phạm Bình An

Results 8 issues of Phạm Bình An

I have fixed the warning ```Function is not registered with pipeline. This may cause problems when serialising the index.``` by adding the line ```js lunr.Pipeline.registerFunction(lunr.vi.stopWordFilter, 'stopWordFilter-vi'); ``` Also, I have...

### Problem I try lsp.completion, and it is almost unusable for me because it aggressively insert text to my buffer instead of letting me choose it first. ### Steps to...

bug
lsp
completion

### Problem When setting an option in Lua, no matter in script file or in cmdline, `last_set_SID` is always `-8`. This affect the result of function `is_empty_or_default` https://github.com/neovim/neovim/blob/6bc79790449f8bbf238b740bf6eb33cea88e4295/runtime/lua/vim/lsp.lua#L655. Discovered in...

api
lua

### Problem Right now, `gf` in Lua file doesn't work at all (it cannot even jump to module in the same project). I can use `go-to-definition` provided by LuaLS, but...

lua

### Problem When using `nvim_create_autocmd`, args is only parsed to Lua callback, but not Vimscript callback ### Steps to reproduce 1. Create file `repro.vim` with this content ```vim func! s:Callback(...)...

documentation
api
vimscript
events

### Problem According to Nvim doc ```help *lua-package-path* Nvim automatically adjusts |package.path| and |package.cpath| according to the effective 'runtimepath' value. Adjustment happens whenever 'runtimepath' is changed. `package.path` is adjusted by...

documentation
lua

### Problem Nvim has a built-in LSP client, but it doesn't support these LSP methods `workspace/(did|will)(Create|Rename|Delete)Files` => Some code actions don't work properly #26045 => File management plugins have the...

lsp
events
filesystem
editor

- let keywordprg in vim filetype handle context-sensitive help calls by detecting the syntax group of the word under the cursor - reformat whitespace - add modeline related: vim/vim#16677 closes:...

vim-patch