Mika Vilpas

Results 154 comments of Mika Vilpas

I'm a bit ashamed to admit it, but I got sidetracked by other important things and have not done any work on this recently. I would also welcome help from...

I had a similar issue where both `typescript-tools` and `tsserver` were launched. Many things were "doubled" such as go to definition adding two tag stack entries (had to Ctrl+t twice...

@GregRos I'm not sure but it looks like you added the engines in 667580f1. Do you remember if there was a reason for choosing the current engines?

I like this idea. `g;` seems to work based on a previous session by default (not sure about the details).

Can you save plugin settings to session files? I looked at how harpoon saves its sessions and looks like it's custom json https://github.com/ThePrimeagen/harpoon/blob/ccae1b9bec717ae284906b0bf83d720e59d12b91/lua/harpoon/init.lua#L169 ```jsonc // /Users/mikavilpas/.local/share/nvim/harpoon.json // { //..... many...

Someone mentioned https://vimcolorschemes.com [here](https://github.com/catppuccin/yazi/pull/2#issuecomment-2082496574) and I thought that was the idea... But now I realize it wasn't a comment by @sxyazi so it might be just a random idea. Either...

Also related https://github.com/vhyrro/luarocks.nvim/issues/12, if lua specifc instructions are deemed necessary, a workaround could be added to this issue (I don't know what one would be right now)

For future reference, I finally did the conversion in my project. The change can be found here https://github.com/mikavilpas/yazi.nvim/pull/113 (in case technical details might be useful for others) Really happy with...

Here's a concrete example: My [plugin](https://github.com/mikavilpas/yazi.nvim) creates a floating terminal window for a terminal file manager. The terminal window needs custom keybindings to enable neovim specific functionality (such as opening...

Btw, this is not urgent for me. I was able to add a feature to yazi.nvim where I can read the last `cd` DDS event and run telescope inside neovim,...