AoMe · 青目

Results 57 comments of AoMe · 青目

@errael I made the following changes, in case you want me to commit it to your branch. ```lua -- at the top require("plenary.async").tests.add_to_env() -- this lets you use the `a`...

@errael I suspect that this is the expected behaviour right? ![Screenshot 2024-09-21 at 14 48 38](https://github.com/user-attachments/assets/36a5360b-7024-43fe-9538-d62499a16b0b) And when moving the cursor, then it prints something like: ```log { "22:55:15: Start",...

Also I applied the formatter on the file and got this diff ![Screenshot 2024-09-21 at 14 56 34](https://github.com/user-attachments/assets/77db0323-1dff-43da-a98c-028cf43bd980) The project uses [StyLua](https://github.com/JohnnyMorganz/StyLua) for the [formatting rules](https://github.com/nvim-lua/plenary.nvim/blob/master/.stylua.toml) and this is how...

@FulanXisen the problem may be here but I don't use `vimscript` and for me is hard to follow, if anyone knows better, feel free to comment your opinions. https://github.com/Exafunction/codeium.vim/blob/289eb724e5d6fab2263e94a1ad6e54afebefafb2/autoload/codeium/server.vim#L64-L101 If...

For "ghost text" I am working on features for [supermaven-nvim](https://github.com/supermaven-inc/supermaven-nvim) and we use something like this: - https://github.com/supermaven-inc/supermaven-nvim/blob/ef3bd1a6b6f722857f2f88d929dd4ac875655611/lua/supermaven-nvim/completion_preview.lua#L59-L88 I didn't implement this feature so I am not gonna say I...

@SuperBo @SilasMarvin I created this [template repo](https://github.com/AlejandroSuero/template.nvim) for Neovim plugins, it has `.editorconfig`, `selene` and `stylua` ready to go with easy to use `make` targets and CI. It also has...

@SuperBo for the `neorocks` I have something done in Cherry pick what you want, is free to use. I haven't got to try `busted + nlua` yet, usually I stick...

@SuperBo yeah, go for it. I will be checking out your git plugin tomorrow and also get a look for the testing setup.

@changkun when using `gclip -copy -f .svg` it will copy it as text instead of an image, maybe it will need some kind of conversion to png or something to...

@scottmckendry okay, didn't know that was the expected behaviour. I don't personally use `light` themes so I thought it was unexpected.