高浩亮

Results 16 issues of 高浩亮

reproduce code: (nvim 0.7.2) ``` local Hydra = require("hydra") local treesitter_incsel = require("nvim-treesitter.incremental_selection") local setup = function() Hydra({ name = "object select", config = { color = "pink", buffer =...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour nil ### Actual Behaviour nil...

bug

first, i'd like to thank you for this awesome book, i have learnt a lot from it. while reading [the section](https://ssalewski.de/nimprogramming.html#_a_chat_server_application) about implementing a chat server application, i think `await...

reproduce: ```python from wsproto.connection import Connection, ConnectionState, ConnectionType from wsproto.events import CloseConnection, TextMessage from wsproto.frame_protocol import CloseReason from wsproto.utilities import LocalProtocolError def test_send_after_close(): client = Connection(ConnectionType.CLIENT) server = Connection(ConnectionType.SERVER) OPEN...

i tried to disable dirvish's default `ftplugin/dirvish.vim` by adding `let b:did_ftplugin = 1` to `stdpath('config')/ftplugin/dirvish.vim`, but it does not work as expected.

bug

### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description ``` logger:trace(vim.inspect(obj)) logger:debug(string.format(..., vim.inspect(obj)) ``` those usage can...

enhancement

**Describe the bug** when enabled textobjects.{select,move}, every time nvim opens a zig file, nvim will block several seconds before showing the file content, even the file is empty. **To Reproduce**...

bug

as nvim-treesitter-textobject already overwrited those mapping on attaching, no such mapping can be safetly ignored in my opinion on detaching. fixes #261

**Describe the bug** when the race condition occurs, attach.make_detach() will throw "no such mapping" errors **To Reproduce** Steps to reproduce the behavior: 1. `$ touch a.py` 2. config nvim: `filetype...

bug

### Neovim version (nvim -v) NVIM v0.8.1 ### Vim (not Nvim) behaves the same? no ### Operating system/version archlinux ### Terminal name/version st 0.8.5 ### $TERM environment variable tmux-256color ###...

bug
api
has:repro