pezcore
pezcore
I am seeing some, but not all, icons display incorrectly. Namely, the directory icon and the `jpeg` icon:  I am seeing this in both kitty and alacritty. I believe...
I believe I have found a workaround to this issue. Adding ```lua vim.api.nvim_del_augroup_by_name("_format_options") ``` to the end of `config.lua` will delete the offending augroup ([defined here](https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/core/autocmds.lua#L60-L67)), and allow setting `formatoptions`...
We do need a tab-hsistory dialog. Without the ability to view a list of the indices of back and foward per-tab history like in firefox when you right click the...
Can someone offer a clarifying explanation of why `f32::erf`, `f64::erf`, `f32::erfc`, and `f64::erfc` should *not* be added to `std`? It appears that on Rust 1.77, `std` provides methods for [logarithms](https://github.com/rust-lang/rust/blob/1.77.1/library/std/src/f64.rs#L459-L525),...