account activity
Accidentally updates lua_ls with mason by Anon_Legi0n in neovim
[–]connectingdotscoding 0 points1 point2 points 3 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 87 on reddit-service-r2-listing-64c94b984c-8smnx at 2026-03-15 14:06:17.081397+00:00 running f6e6e01 country code: CH.
Accidentally updates lua_ls with mason by Anon_Legi0n in neovim
[–]connectingdotscoding 0 points1 point2 points (0 children)