TroySigX

Results 6 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.