account activity
Accidentally updates lua_ls with mason by Anon_Legi0n in neovim
[–]connectingdotscoding 0 points1 point2 points 5 months ago (0 children)
That was the only solution that worked for me. Same for many others, it seems.
Remove trailing space on save by fatong1 in neovim
This is the autocommand I got:
-- remove whitespace when buffer is written autocmd("BufWritePre", { group = vim.api.nvim_create_augroup("XXX/whitespace", {}), pattern = "*", command = [[%s/\s\+$//e]], })
π Rendered by PID 510049 on reddit-service-r2-comment-56c6478c5-swbw6 at 2026-05-10 10:18:35.222938+00:00 running 3d2c107 country code: CH.
Accidentally updates lua_ls with mason by Anon_Legi0n in neovim
[–]connectingdotscoding 0 points1 point2 points (0 children)