Jieru Mei

Results 18 issues of Jieru Mei

For example, for `function(name, range=False, sync=False, allow_nested=False, eval=None)`. I don't know the meaning of part of parameters. Detailed documents are required.

enhancement

here are the rplugin ```python import neovim @neovim.plugin class Main(object): def __init__(self, vim): self.vim = vim @neovim.function('test_python') def test_python(self, args): self.vim.command('echo "hello from TestPython"') @neovim.function('TestPython') def test_python_1(self, args): self.vim.command('echo "hello...

enhancement

**Describe the bug** As the title, [here](https://github.com/ruifm/gitlinker.nvim/blob/bcfb3a07f57d131ad2cfe720c9ee551ece4086be/lua/gitlinker/mappings.lua#L20) overrides the mappings. Here is my config ```lua require("gitlinker").setup { callbacks = { ["direct.meijieru.com"] = function(url_data) url_data.host = "gitea.meijieru.com" return require("gitlinker.hosts").get_gitea_type_url(url_data) end, },...

bug

### Operating system/version WSL2 ### Terminal emulator/version wezterm ### $TERM environment variable xterm-256color ### Tmux version _No response_ ### Feature matrix ```text NVIM v0.6.0-dev+582-g87a053f12 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation:...

bug

In the latest nightly build `NVIM v0.7.0-dev+667-g419e0d117d` `:lua require"osv".run_this()` or `:lua require"osv".launch()` results in the following error ``` E5108: Error executing lua Vim:Error invoking 'nvim_exec_lua' on channel 10: Error executing...

How to achieve a similar effect with dashboard theme like centered startify?

vim-doge doesn't need to specify the type to annotate. Could we have similar features?

enhancement

```sh ➜ ~ proxychains -q dropbox dropbox: locating interpreter !! dropbox: can't trust path, fall back on working directory (relative)! !! dropbox: failed to resolve program path (No such file...

It halts if the results are too long. For example, calling `Telescope find_files` at the home directory causes the whole neovim halts.

Reproduce 1. Enter vim 2. `va`, wait, `` 3. `va`, then every item exists twice. ![image](https://user-images.githubusercontent.com/9511136/141152091-fa963257-9b6a-448d-b440-06fd577f5140.png)