guru245

Results 22 comments of guru245

I have the same problem. When I try to save a file with 'w' command, I get the error. Here is the log. gutentags: gutentags: gtags-cscope job failed, returned: 122...

The log is after running :messages. Also gutentags trace is enabled with :GutentagsToggleTrace. It seems the log is not helpful to resolve the issue.

I see the cause. There is a tool named gtag-csope. I only knew and used cscope. Sorry for my ignorance. If you could update README.md, describing overview of gtag-scope or...

I have a question. Doesn't this floating buffer conflict with which-key window? Update: I got my hands on the plugin and I can see the conflict. The following is one...

Hi @spundun , Neovim also provides a prebuilt package: AppImage and tarball. We don't have to build Neovim for the distrubution. Please check out this link: https://github.com/neovim/neovim/releases/tag/v0.11.2

@paulbrittain The reason is you or one of your plugins might've set something like this: ``` -- Decrease mapped sequence wait time vim.o.timeoutlen = 300 ``` For testing, you can...

IMO, we should remove `tD` mapping. The reason is: * It is no more a toggle at all due to the break change in gitsigns. * The author of gitsigns...

Same here. I'm using nvim 0.9.0 on Windows terminal.

We don't have to use built-in features just because they're built-in -- we chooose what works best. For example, even though Neovim 0.11 introduced built-in auto-completion, we opted for `blink.cmp`...

Hi @feoh and @oriori1703 , This PR is very simple to fix the issue I've caused. It's been more than two weeks since the PR came in. Could you merge...