Alexandre Desjardins
Alexandre Desjardins
that is weird, I am also using Defx and it does work for me with : ```javascript let g:lens#disabled_filetypes = ['nerdtree', 'fzf', 'defx'] ```
I just meant that it works on my own setup. I am using neovim v0.5.0-378-gbb331a9b3 and lens.vim commit 8a1a14b.
As mentioned in the original post, I cannot because it will cause problems with kustomize: > I also cannot remove the double quotes, since my applicationset passes through kustomize. Therefore...
> or should we actually load the previously open session and not care about cwd whatsoever? I think it would be nice to indeed check `cwd` Even now, when doing...
I strongly agree with @clason , this has broken the many filetype plugins that I use, and I think the general assumption would be that these would still work. I...
Tested around a bit and works fine for me without `vim.cmd [[echon ""]]` Is there a reason to keep that dummy output?
Can confirm. Happens also for `gt` and `gT`. Also seems to cause problems where `gi` and `gf` won't work properly (in the case of `gi`, there won't be a press...
Seems the emacs guys are using a similar approach (https://github.com/emacs-lsp/lsp-mode/wiki/Install-Angular-Language-server), although with globally installed @angular/language-service, typescript and @angular/language-server (I personally prefer to avoid globally installed npm packages whenever possible)
I can probably go the global shortcut route as suggested. Although there might be situations down the line where it would still make sense to allow this kind of "Telescope-like"...
Is there any chance of this still happening?