TroySigX
TroySigX
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
When checking the location list, warnings are really unnecessary for me. So I just want the location list to display the errors. Is there any way to do it?
### Before reporting - Please make sure you have searched through the [F.A.Q.](https://github.com/voldikss/vim-floaterm/issues?q=label%3AFAQ) first. - Please make sure you are using the latest version of this plugin. - It's better...
### Describe the bug When if call Chafa in Neovim terminal, it doesn't show up any image. It does work in my terminal (Yakuake). ### Steps to reproduce 1. Open...
### Description I installed the latest JDTLS version (1.18.0) and setup lspconfig by default config (require('lspconfig')['jdtls'].setup {}). When I open a java file, JDTLS doesn't work and returns nil, like...
### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description I notice that when checking for conditions using...
### Description For the rule similar to the [sample](https://github.com/windwp/nvim-autopairs#rule) config: ``` lua npairs.add_rules({ Rule("b%d%d%d%d%w$", "", "vim") :use_regex(true,"") :replace_endpair(function(opts) return opts.prev_char end) :with_pair(cond.done()) :with_del(cond.done()), }) ``` After pressing `b1234s`, the end...
I have set my nvim to sync with the system's clipboard (via `vim.opt.clipboard:append('unnamedplus')`). Is it possible to show the system's clipboard inside the plugin?
### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem. ### Plugin Version - [X] I am using the latest version of...