rxzfn
rxzfn
Thank you all! > @meicale you can grab it here: https://github.com/Exafunction/codeium/releases > > It goes into `~/.codeium/bin/`, sha is this: https://github.com/Exafunction/codeium.vim/blob/main/autoload/codeium/server.vim#L2 > > On my machine, this means that I...
Thank you all!
Thank you all!
I met hanging problem again after I install all the thing once. And I remove all codeium directory and install it again, it just works. I guess the latest version...
This is going to be a killer feature!
docker exec + 需要在容器中执行的命令。 可以不用启动interactive shell,就执行完相应的命令。这里面存在的问题是host 文件目录的映射到container 文件目录的问题。可能会导致有些命令或者返回的结果不正确。
这两行实际上都单独单行尝试过。也都不行。(BTW, 在这个插件中这样设置多种的不同模式的errorformat?)可能是我的格式写的有问题? =号之后没有空格也没有分行, 实际上compiler的格式包括多种,应对不同的一些情况,针对简单的如下示例输出: Traceback (most recent call last): File "/home/bill/workspace/playground/just_test.py", line 33, in test_fib_false() File "/home/bill/workspace/playground/just_test.py", line 13, in test_fib_false assert fib(1) == a 我理解第二个简单 %\sFile\ \"%f\"\,\ line\ %l\,...
请教,asynctask 或者neovim根据什么去觉得在quickfix-list 中使用什么compiler 或者errorformat呢?因为虽然是通过command后面的python文件类型进行过滤的,但是,并不是在本地执行,而是使用docker命令在容器中执行,并将输出拷贝到host进行的处理。不知道这部会不会有影响quickfix-list的行为。 我使用bash 脚本作为asynctask的 命令,并在脚本中cat 返回的结果的log。如果这样,quick-fix list 不能自动识别相应的errorformate,如果我在只是cat 查看这个返回的log,可以正常匹配。能够进一步届时asynctask 在执行过程中对compiler和errorformate这些是如何设置的么?谢谢!
> > I want to have ipython terminal open on right half of my screen. I have tinkered with all possible combinations of splits. Its not working. How do I...
I just test the setting and it works fine. Maybe can need to figure out what is your problem. The textobj and the ]x command just works fine. I guess...