Yifan Hu

Results 6 issues of Yifan Hu

I find that the option `ignore_patterns` is overwritten when the `file_ignore_patterns` option is set in Telescope defaults. Is this a bug or some expected behavior? Here is my configuration. My...

Since https://github.com/nvim-telescope/telescope.nvim/pull/2909, we will get the following error when we do `:Telescope current_buffer_fuzzy_find`. ``` E5108: Error executing lua: ...plugins/telescope.nvim/lua/telescope/builtin/__files.lua:549: bad argument #1 to 'unpack' (table expected, got nil) stack traceback:...

Since 0dc8e0f262246ce4a891f0adf61336b3afe7c579, the behavior of pasting a deleted line changes. Reproduce: 1. `echo '111\n222\n333\n' > test.txt` 2. `nvim -u init.lua test.txt` 3. Move cursor to line `111`, press `yy` 4....

Work in progress. Do not merge. All inputs are welcome! Planned examples: - [x] Cascading diagnostics - [ ] Diagnostics that contain specific keywords - [ ] Symbols that are...

stale

It seems CppRef has turned to DuckDuckGo for searching, and the page https://en.cppreference.com/mwiki/index.php is no longer available. Should we update the build target `source` and remove the following step? https://github.com/PeterFeicht/cppreference-doc/blob/be3ce3c82f280fc5bfc09d29ceffc2a236bd90e6/Makefile#L258

enhancement