-
Hi,
the `lsp_installer` option does not seem to work for me.
With the following configuration no LSP is loaded/configured:
```
call plug#begin()
Plug 'neovim/nvim-lspconfig'
Plug 'nvim…
dyuri updated
2 years ago
-
### Description
file_browser cannot jump into symlink folders
### Details
Reproduce
1. create a symlink folder
2. `:Telescope file_browser` to jump
3. and it just open symlink…
-
### Description
![W(F7JDNO%XI%5OSZSS6V1LO](https://user-images.githubusercontent.com/58101943/169314015-9eb6aa09-f54c-4bb6-ac86-0be342877be7.png)
### Neovim version
```markdown
NVIM v0.7.0
Build…
myzjy updated
2 years ago
-
This broke for me recently in CI. Failure looks similar to #366:
```
gzip: stdin: not in gzip format
tar: Child returned status 1
```
A little debugging reveals that `$URL` is coming through …
-
### Description
Calling current_buffer_fuzzy_find messes up highlighting in preview and buffer.
I should mention that I first started seeing this bug after I added treesitter and all the telescope f…
-
requests).
**Package description**
Name : fzy
Version : 1.0-2
Description : A better fuzzy finder
Architecture : x86_64
URL : https://github.com/jhawthorn…
-
### Description
I am getting a segmentation fault every time I open any Telescope window. Worked fine previously
### Neovim version
```markdown
NVIM v0.7.0-dev+1042-g01b748f28
Build type: RelWith…
-
Checks do:
```lua
local has_fzf, matcher = pcall(require, 'cmp_fzy_buffer.fzf_matcher')
if not has_fzf then
local has_fzy, fzy_matcher = pcall(require, 'cmp_fzy_buffer.fzf_matcher')
if has_fz…
-
bro wtf, if they are related they should be closer to each other
-
### Issue
When pressing "gr" on a symbol to list it's references a popup window with the list of references appears. However, there is no preview window when selecting an entry of that list. Pressing…