jclsn

Results 59 issues of jclsn

Please hide the password in the popup when you download a video to a samba share. I know this is due to the samba syntax in the link like smb:\\user:password@\path...

The volume for ARTE is very low. I have no problem with other TVHeadend clients, so the issue must be here. I have not found any other channel that has...

Hi, would be nice if you could merge this to support the new neat lsp plugin, that looks like it is going to become the official vim lsp. Btw, any...

Would be nice to have a visual highlighting of the already typed text like this ![image](https://github.com/yegappan/lsp/assets/19779511/f279d473-707a-4535-b6cc-4a31e9ce8401)

Trying to use sonarlint-ls with lsp There exists a coc plugin and I have tried to the same arguments from [here](https://github.com/asmodeus812/coc-sonarlint/blob/c2c5f191e03df1775c1e246ea20ce393aec49faf/src/lsp/server.ts#L41) This is what I have so far ```vim \...

I have the following plugins added ```vim Plug 'hrsh7th/vim-vsnip' Plug 'hrsh7th/vim-vsnip-integ' Plug 'rafamadriz/friendly-snippets' Plug 'yegappan/lsp' ``` when I now select e.g. a ``printf()`` completion, ``#include `` is added twice ```c...

From what I understand, it is not possible to use all features of two language servers at the same time. You can only disable certain features of one language server...

Unused includes are highlighted as warning. Would it be possible to have a separate highlight group to gray them out?

I usually like to select the completions with `C-j` and `C-k` and trigger the completion with `tab`. Would be nice if you could change these mappings in the config file...