GreenSleeper
GreenSleeper
如题
I'm confused about when the alert bell appears. When I run a command that continues for a while and leave that window, after that command completes, sometimes the bell appears...
I install this plugin using `packer` like this: ```lua "iamcco/markdown-preview.nvim", run = function() vim.fn["mkdp#util#install"]() end, setup = function() vim.g.mkdp_filetypes = { "markdown" } vim.g.mkdp_open_to_the_world = 1 vim.g.mkdp_echo_preview_url = 1 vim.g.mkdp_open_ip...
### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. I'm using [vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks) to...
I'm in a git repository and I want to a checkout a branch using navi. I tried typing `branch` and hitting `C-g` or just enter navi search and find that...
I want to generate compile_commands.json in a AOSP-like codebase with a build.sh, can I use this?
I've tried several nerd fonts with wezterm, and some of the icons aren't rendered. I'm on windows sshing to linux server btw.
`flit.nvim` enchances the `f` `t` command by labeling mutiple matches to jump to. But when I'm recording a macro, if I use `f` or `t` command in the macro, sometimes...
I installed `tre` with `cargo`. When I run `tre -e vim`, it doesn't generate aliases and I can't find alias file
``` error caught in notification handler '/data01/z00665777/usr/local/share/lunarvim/site/pack/packer/start/chatgpt.nvim/rplugin/python3/chatgpt_nvim.py:command:ChatGPT [['hello']]' Traceback (most recent call last): File "/home/z00665777/.local/lib/python3.8/site-packages/revChatGPT/revChatGPT.py", line 475, in __init__ asyncio.run(self.async_func_for_check()) File "/home/z00665777/.local/lib/python3.8/asyncio/runners.py", line 33, in run raise RuntimeError( RuntimeError: asyncio.run()...