TroySigX

Results 30 comments of TroySigX

Im sorry, but what I meant was to check if a specific list blocks that domain. Currently, the field you mentioned just show only 1 list that filters, but not...

Here is my config: ``` lua local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim' if not vim.loop.fs_stat(lazypath) then vim.fn.system({ 'git', 'clone', '--filter=blob:none', 'https://github.com/folke/lazy.nvim.git', '--branch=stable', lazypath, }) end vim.opt.rtp:prepend(lazypath) require('lazy').setup({ { 'TimUntersberger/neogit', dependencies...

I dont know how to do it, can anyone please help?

I think it is `rejected`, meaning that the debugger will ignore that line.

Here's the log: [START][2023-01-15 11:25:50] LSP logging initiated [ERROR][2023-01-15 11:25:50] .../vim/lsp/rpc.lua:733 "rpc" "jdtls" "stderr" "WARNING: Using incubator modules: jdk.incubator.concurrent, jdk.incubator.vector\n" [WARN][2023-01-15 11:25:52] ...lsp/handlers.lua:113 "The language server jdtls triggers a registerCapability...

Suggested solution: If the feature above cannot be achieved, there's another alternative: When editing a test with multiple test cases ([example test](https://codeforces.com/contest/1825/problem/C)), being able to choose a region (using visual...

Thanks @xeluxee! But what about the output, how about putting some dashes (or tickback, the symbol to the left of number 1) to seperate the testcases' output

Here's what I think, how about having a command `:Splitcases x y`, where `x` is the test number to be split, and `y` is the splitting character between the cases...