maple-leaf

Results 13 issues of maple-leaf

**Is your feature request related to a problem? Please describe.** I want to know the image dimension when checking the file info. For now, we only have size, etc. ![image](https://user-images.githubusercontent.com/3980995/164955972-f703b036-eb5a-4a59-9dec-b879abec4231.png)...

feature request
PR please

## Describe the bug can't get arguments info of a function from language-client while nvim-typescript do, which will make echodoc can't dispaly correct info ## Environment - neovim/vim version (`nvim...

Repository to produce bug: [https://github.com/maple-leaf/esdoc-proposals-plugin-bug-reproduce](https://github.com/maple-leaf/esdoc-proposals-plugin-bug-reproduce) source code in repo: ``` const x = {}; x['d'] = function() { console.log('test'); }; ``` Install npm deps and generate doc by `npx esdoc`...

minimal config: ```viml if empty($XDG_DATA_HOME) let $XDG_DATA_HOME = $HOME . '/.config' endif let mapleader = "\" source $XDG_DATA_HOME/nvim/helper.vim source $XDG_DATA_HOME/nvim/setting.vim function! s:checkPlug() let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim') if !filereadable(vimplug_exists) if !executable("curl") echoerr "You...

According to this suggestion, I split doc window at bottom while keeping user's split setting of `splitbelow`.

Try install happydoc by `npm i [email protected]`. `happydoc` binary is available at `node_modules/happydoc/node_modules/.bin` instead of `node_modules/.bin` os: macos node version: v8.11.3 npm version: 5.6.0

Use this on neovim, but all command just prints `cwd: /path/of/current`

- able to write typescript on `main.development` - auto restart electron when `main.development` script file changed

maybe use hotkey like 'ctrl-c ctrl-c' to apply changes instead of 'w' will get ride of writing file by accident. And seems like when I ':q' the swoop window, the...