Kevin Traver

Results 32 comments of Kevin Traver
trafficstars

Further discussion: https://github.com/axieax/urlview.nvim/discussions/56

I am referring to both ways. If you are in the browser or in the text editor. In both cases, once the disconnect happens, the text editor tab remains open.

PR: https://github.com/fregante/GhostText-for-VSCode/pull/15

> I think what's explained by @sindrets can be expressed as below (which works for me). > > ```lua > local actions = require 'diffview.actions' > > require('diffview').setup { >...

Looks like #1368 might be related.

> Actually it can be done by key map to copy, split and paste Unless someone implements the config setting for the default behavior Can you show an example of...

using a split instead of a float would allow integration with [edgy.nvim](https://github.com/folke/edgy.nvim)

Yes, it looks like the hashtag in the referenced post contains an ASCII character 173 which is a non-printable soft-hypen.

Seems like the is specific to opening in a floating window. This also happens with [lazygit.nvim](https://github.com/kdheepak/lazygit.nvim)

This might not be an issue anymore. Maybe it got fixed in dressing.nvim? Here is my config on neovim 0.9.5: ```lua local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to...