bangedorrunt ヽ(ヅ)ノ

Results 63 comments of bangedorrunt ヽ(ヅ)ノ

@morphykuffour you should try xiyaowong/accelerated-jk.nvim if you're using neovim

@Mattiaslndstrm For now, you could try the following ``` { "keys": ["ctrl+k"], "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line Before.sublime-macro"}, "context": [{ "key": "six_is_in_insert_mode" }] }, { "keys": ["ctrl+j"], "command":...

@zeertzjq how to escape completion and still in insert mode. I found it annoying whenever I presss esc, it goes to normal mode.

@zeertzjq that fixed it!

@davidatbu I'm using auto-pairs and have keymap setup following instructions at README. The closing parenthese is expected but in my example, cursor position should be at `(module_pattern|)`.

Yes, I used SPC to complete the suggestion, and there was no space before the closing parenthese, the space was inserted after that key trigger. This did not happen with...

> Does the bug still exist if you disable auto pairs? @zeertzjq, no, it doesn't, without the closing parenthese, `SPC` to trigger completion working for me. FYI, `CR` worked OK...

I once suffered the same issue, it happened when I opend Neovim in a dir which is not a git. The bootstrap install failed all the time. If I open...

> Happens to me from time to time as well, and I'm not sure why. I reckon it's probably due to the weird way 'rust-tools.nvim' is loading the lsp_server, though...

> @babygau rust-tools.nvim and/or lsp shouldn't be dependent on Telescope, I'm not really sure whats happening here. But this is what I see in your lsp config https://github.com/shaunsingh/nyoom.nvim/blob/main/fnl/pack/lsp.fnl#L38-L42 Btw, just...