Hörmet Yiltiz
Hörmet Yiltiz
Thank you so much for sharing the files. From what I can see from the files you sent me, it seems that `dein.vim` uses `$VIMCONFIG/dein/.dein/`format while `vim-plug` uses $VIMCONFIG/plugged/. The...
Oh, now I see your point. I was looking at the following block: ``` nvim_profile_with_vim-plug.txt 139:3972.174 000.209 000.209: sourcing /Volumes/Home/.config/nvim/plugged/lightline.vim/plugin/lightline.vim 166:4162.378 001.062 001.062: sourcing /Volumes/Home/.config/nvim/plugged/lightline.vim/autoload/lightline.vim 167:4172.591 000.139 000.139: sourcing /Volumes/Home/.config/nvim/plugged/lightline.vim/autoload/lightline/tab.vim...
@frenchja Are contents under .cache only are only consistent of plugins activated at that time? If you could incorporate the two calls @dein suggested above and make it working, I'm...
I'm willing to merge any pull request to support this. If someone can share a typical vim config that relies on `dein`, I'd be able to test myself and maybe...
This issue also exists with `ivy` with the following version: ``` Status: Installed in ‘lsp-ui-20201024.2307/’ (unsigned). Delete Version: 20201024.2307 Commit: b1693d610c4d2c44305eba2719e8d4097fdcdcb8 Summary: UI modules for lsp-mode Requires: emacs-26.1, dash-2.14, dash-functional-1.2.0,...
This would be so cool to be integrated into Vim and Emacs. I imagine integrating into emacs would be much easy if emacs has some framework that acts as some...
It doesn't have to be natively supported, i.e., directly uploading them to asciinema.org. Something like `--import` or `--convert` that locally converts them should be enough. If the user is satisfied...
Would it be possible to workaround the limitations of `libgit2` by relying on https://github.com/MitMaro/git-interactive-rebase-tool as a 3rd party dependency, if it exposes the key functionality as somewhat stable API?
The tree-sitter above is not listed in the official treesitter lang repo so simply including it in `~/.config/nvim/init.lua` as below doesn't work: ``` ... require('nvim-treesitter.configs').setup { -- A list of...
886 MB in Debian testing after a fresh restart of the OS and newly opened Steam (no game started yet).