ADoyle

Results 39 issues of ADoyle

### Describe the bug When open a Dockerfile, it throws the error. ``` Error detected while processing BufReadPost Autocommands for "*": Error executing lua callback: ...brew/Cellar/neovim/0.9.4/share/nvim/runtime/filetype.lua:24: Error executing lua: ...brew/Cellar/neovi...

bug

### Describe the solution you'd like When post an image whose size is 600 × 5000px, it will takes up a lot of space of the notes flow. I wish...

enhancement

# Description When `:set selection=exclusive`, the returned value from `get_visual()` will contain an extra char. Use `vim.fn.getregion` which follows vim option 'selection' to fix this issue. ## Type of change...

When the `wrap_at` option not pass to `vim.lsp.util._make_floating_popup_size()`, it calculates height with unwrapped lines. Actually the nvim-cmp shows content with wrapped lines in docs view. So when the content has...

If trigger window-picker and select hint in a very short time, it may throw below error. ![2024-09-10_16 03 18@2x](https://github.com/user-attachments/assets/83f792ee-c412-4e08-bd2f-81894e19dddf)

I'm using `hint = 'statusline-winbar'`. It can't work with https://github.com/nvim-lualine/lualine.nvim . When set `use_winbar = 'always'` in nvim-window-picker, and lualine uses the winbar. 1. the display string in winbar will...