Ludo Pinelli
Ludo Pinelli
Same, also it would make sense than being in some windows like the loclist, quickfix list, or similar from plugins like [Trouble](https://github.com/folke/trouble.nvim) doesn't dim the buffer we are working on.
Thank you TheWall89, the use of `alias trash-empty='trash-empty -trash-dir=/home/me/.local/share/Trash'` doesn't solve the underlying problem of course but works nicely 👍
I'm rather new to Neovim and lua, and I had no idea it was something possible. I will definitely look into it!
I didn't think about that since I use an autoformat on save that restore the indentation. I'll look into it!
> Would be great if instead of permanently persisting the changes to the comments, to instead have it be just a visual thing for while the buffer is open. Not...
> Is there a related setting, or can the setting be passed to function, something like: > > ```lua > require("comment-box").albox({ doc_width = 10000, box_width = 10000}) > ``` Not...
> I think the reason is that line 678 of `init.lua` does not detect `nil` of `lstart` and `lend`. > > ```lua > local is_block > if math.abs(lend - lstart)...
> I need to research further but it's not clear to me that lazy is as much of an easy base for people to build on. The only thing to...
Thank you! I didn't know about this variable. I will definitely use it for the 2.0 that is under development. I guess it should be relatively easy to make the...
Thank you, I'll look into it.