0x7a7a

Results 11 comments of 0x7a7a

I think I could do it through `Customize Runner`?

@skywind3000 Thanks! I found that unable to display complete command line information if I use `floaterm`(or `tab`) as a runner. Looks like the first two lines are missing,but it works...

Sorry,here are some basic information ### system: `Macos Monterey 12.2.1` ### neovim: ```shell NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3 编译者 brew@Monterey Features: +acl +iconv +tui See ":help feature-compile" 系统...

@brookhong 我也遇到了 我怀疑是在有大量历史记录的时候使用`t`或者`oh`搜索后导致的 1. 界面会卡顿 2. dialog退出后后台是否仍然在运行这个索引? 遇到这个情况我只能重启浏览器,不然cpu就持续飙高 类似这个 #1317

> > 2. dialog退出后后台是否仍然在运行这个索引? > > 不会,这个只跑一次,获得结果后就不会再跑的 > > 如果有固定的重现步骤,能有助于定位问题。也可以尝试关闭引发问题的标签页,Surfingkeys会在某些情况下监听Dom Tree的变化事件,不确定会不会有些页面因为Dom不停变化,触发Surfingkeys的事件处理。 我明白,之前频繁遇到这个问题后我尝试修复,但也不是必现,后来莫名又正常了一段时间. 我的经验是`t`后触发机率比较高,我会继续跟踪这个问题,如果有发现会在这个issue里反馈.

I also encountered this problem, I was in the `auto-session` hook to do these operations The result is alleviated, but it still happens in very occasional cases ```lua local opts...

@folke Can we just change it to: ```lua local start = { line = item.col, character = item.lnum, } local finish = { line = item.end_col, character = item.end_lnum, }...

I also encountered the same problem. I changed it to `event='VeryLazy'`, which solved the problem, but I don't know the reason either.

Because the document url from the lsp server, the need for more changes to the test environment, I think it will make the project complexity, I am currently using a...