Nik Revenco

Results 87 issues of Nik Revenco

Hey, I was looking for a while if there is some way I can have a "suffix alias" which are available in unix shell like zsh? For example, we can...

enhancement
wontfix

Adds 2 new LSP mappings under gr prefix. gO: vim.lsp.buf.document_symbol() mnemonic: "s" for "symbol" gO was planned to show document symbols

defaults

### Problem For some people it is quite a common task to add empty space between functions / statements in code. Usually, this is done by using `ok` or `Oj`...

enhancement
defaults
normal-mode

If we have this, with cursor being at * ```jsx Counter: {state.count} ``` Currently doing `dst` will resut in: ```jsx Counter: {state.count} ``` When it would be better if it...

enhancement

This PR adds support for two new text objcects I'm going to add note to the README about the new text objects if this PR gets accepted - Closes #684

I'd like to `@annotation.inner` and `@annotation.outer` if this gets accepted, i'll do a PR for typescript @annotation.inner and @annotation.outer ```scm (type_annotation (_) @annotation.inner) @annotation.outer ``` If we have ```ts let...

enhancement

**Describe the bug** `transition-colors` and `transition-transform` get flagged as applying the same properties **To Reproduce** this code: ```jsx ``` **Expected behavior** The rule should not trigger **Environment (please complete the...

bug

It would be neat if zsh was the default shell with easy-arch. What are your thoughts?

[`clink`](https://github.com/chrisant996/clink) is a tool which transforms `cmd.exe` on Windows to give it the power and customization of Windows Terminal while preserving the native speed of cmd.exe. Really good out-of-the-box experience...

This allows the library to take screenshots on wayland compositors using wlroots such as Sway Closes #198