JINNOUCHI Yasushi

Results 45 issues of JINNOUCHI Yasushi

> [Denops][] is an ecosystem of Vim/Neovim which allows developers to write plugins in [Deno][]. > > [https://vim-denops.github.io/denops-documentation/](https://vim-denops.github.io/denops-documentation/) [Denops]: https://github.com/vim-denops/denops.vim [Deno]: https://deno.land/ This PR enables packer.nvim to load denops.vim plugins...

I'm not sure that this is a good way... The current build reads `.index` and calculates the ID in showing each entry. This diff enables to cache all entries formerly...

1. 75ce5c5 Fix errors in creating notes including `$` in filenames. ```sh # master build > nb create --filename 'foo$bar$.md' /usr/local/bin/nb: line 1263: bar: unbound variable ``` 2. eabc1b1 Enable...

## Summary The current builds overwrites some code points that Unicode Consorthium prohibits to use for custom glyphs. I want to change this by fixing font_patcher. ## Problem Detail Unicode...

⚠ bug
☕ discussion

With using folding, Aerojump window keeps folding and it hides highlighted search strings. It should disable folding in searching. [![asciicast](https://asciinema.org/a/273001.svg)](https://asciinema.org/a/273001) reproducible Dockerfile ```Dockerfile FROM python:3.7.4 RUN apt-get update && apt-get...

I want to disable dwm.vim at only specified windows. For example, [denite.nvim][] opens a complecated & multifunctional window, so I want to make denite manage the window, not by dwm.vim....

'foldexpr' & 'foldtext' do not detect script functions ### Reproduce way Vim 8.0.1283 Nvim v0.3.1 ```sh mkdir /tmp/vim cd /tmp/vim git clone https://github.com/freitass/todo.txt-vim vim vimrc ``` ```vim set runtimepath+=/tmp/vim/todo.txt-vim syntax...

This plugin now has `plugin/frecency.vim` and this file is loaded in launching Neovim. Typical Lua plugins do nothing until it is called by `setup()`. This patch removes `plugin/frecency.vim` and rewrite...

Now Neovim has Lua API's to set/get/delete autocmds. Use it.