Oskar Grunning

Results 26 issues of Oskar Grunning

👋🏼, I have `noignorecase` and `nosmartcase` on as I want case to be consistent when searching, using `:s` or pretty much everything. One thing that I do miss is that...

👋🏼, Before mentioning anything I just want to give you a huge thank you @ggandor. I've been using this plugin and `lightspeed` on a daily basis for a long time...

Hey 👋🏼, When calling `stylelintplus.applyAutoFixes` in a project that doesn't either is missing a `stylelintrc` or the correct dependencies it outputs an error. I call `stylelintplus.applyAutoFixes` from a `Format` command...

👋🏼, One annoyance I'm having is that I sometime get snippet suggestions when they really shouldn't be suggested. Is it possible to somehow configure snippets to only be valid as...

feature-request

👋 I run `nvim_lsp` and `vsnip` and noted that the `vsnip` completion gets an higher order than `nvim_lsp` sometimes. There seems to some kind of race condition then the lsp...

Hey :wave:, The indentation is wrong after writing a generic rocket function like: ```typescript const head = (arr: T[]): T => arr[0] ``` Reference: https://github.com/MaxMEllon/vim-jsx-pretty/issues/86

Hey :wave:, The redirection operator `>|` overrides the specified file. See [Bash Redirections](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Redirections) for further details. > If the redirection operator is ‘>’, and the noclobber option to the set...

bug

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug
can't reproduce

This unifies the error messages and allows the user, more easily, to expect a specific message format.

Hey, My laptop has an iGPU and dGPU, and I switch between them via a MUX Switch in BIOS. This switches the connected on a hardware level, rather than a...