pezcore

Results 4 comments of pezcore

I am seeing some, but not all, icons display incorrectly. Namely, the directory icon and the `jpeg` icon: ![lf](https://user-images.githubusercontent.com/8358974/181385246-25b85988-70a8-466d-8d09-5ba121c81943.png) 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),...