Results 73 issues of glepnir

when use `bwipeout` command to delete a buffer. this buffer will remove from `bufinfo` , but there check the buffer in list or not at `quickfix.c`. if not get an...

lua
lsp
diagnostic

### Neovim version (nvim -v) NVIM v0.8.0-dev-nightly-5-g1f1863ed5 ### Vim (not Nvim) behaves the same? N/A ### Operating system/version macos 12.5 ### Terminal name/version wezterm ### $TERM environment variable tmux-256color ###...

bug-regression
statusline

@zchee I think we need a more usage tutorial . I want use this lib to write a plugin. but there is only a easy example ..

example

@zchee I can confirm my lua code can works well. ```go func (c *Command) LspInstall(p *plugin.Plugin) ([]string, error) { userConfig := make([]string, 0) getUserConfig := "require('lspmeta').get_user_config_server()" if err := c.nvim.ExecLua(getUserConfig,...

help wanted
area/nvim

You can share your custom dashboard in here. i will add it to wiki demo page. Thanks.

Hey need some screenshots in README. You can share your custom galaxyline screenshots in here and you can add the link .

help wanted

- [ ] implement semantic token

I had add the follow code in my `.yabairc`,but it not auto load everytime .I must add it manually. ``` sudo yabai --load-sa yabai -m signal --add event=dock_did_restart action="sudo yabai...

### What Operating System(s) are you seeing this problem on? macOS ### WezTerm version wezterm 20220602-120333-ff32ae80 ### Did you try the latest nightly build to see if the issue is...

bug
model-latency
render-latency

Hi,today i update the vim-devicons.but i found the color of folder has been changed.this is updated image ![22](https://user-images.githubusercontent.com/41671631/48394557-f04f6300-e74e-11e8-8f98-cb0722392e7c.png) before update ![11](https://user-images.githubusercontent.com/41671631/48394566-f9403480-e74e-11e8-8191-b8a204e478fc.png) This is my setting ``` let g:WebDevIconsOS = 'Darwin'...