Miha Filej
Miha Filej
I'm seeing the same issue, but if I open Elixir files directly (.ex, .exs, .lock), e.g.: ``` nvim mix.exs ``` If I launch `nvim` first, then `:e mix.exs` I don't...
FWIW, I was having this issue on DSM7 and to fix it, I had to change references to the package from `'Plex Media Server'` to `PlexMediaServer` (two instances where `synopkg`...
Just encountered the same behaviour with `db:push`.
Can confirm that this issue is still happening just by installing the plugin. I tried commenting out all cmp-related configuration. I get the same error as described in the first...
This would be super useful! To add some context: I came here googling for a way to quickly find a column, because I have a table with many columns and...
> So, folks that want separate `inherit-working-directory` values for windows/tabs/splits: would you be satisfied if you could do this at the _keybind_/action level? Yes! This is what I had with...
I'm using this to display the current change ID and desc: https://github.com/mfilej/dotfiles/blob/main/.config/fish/functions/_tide_item_jj.fish Stolen (with permission?) from https://github.com/lukerandall/dotfiles/blob/main/starship.toml#L72. I also have one to show the current op log id: https://github.com/mfilej/dotfiles/blob/main/.config/fish/functions/_tide_item_jj_op_log_id.fish —...