Michael Brusegard

Results 26 comments of Michael Brusegard
trafficstars

@adsonvinicius sorry for the late reply, GitHub decided to not notify me ¯\_(ツ)_/¯. Anyway I am unable to replicate your issue since the preview does not have scrolling (the canvas...

This is so awesome! I will test it shortly! Can you share how you have set up CMP @xzbdmw . I want to try and avoid making a mistake in...

@xzbdmw It works really well and swaps every time there is a multiline ghost text! My completion menu does not seem to follow the mouse as much as yours and...

https://github.com/hrsh7th/nvim-cmp/assets/56915010/5f5dcce7-968c-47a3-bf0a-d5a462624acd This is how it looks, but the menu doesnt hide on space (while keeping the ghost text) and it doesnt move with the cursor. It may be my config...

@xzbdmw Thank you, that worked with the cursor. Are there any convenient way to make the keybinds. I feel like when I have the completion complete with return or tab...

@xzbdmw `follow_cursor=true` only works when the completion menu shows up below the line. When it shows up above it is placed at the start.

You are right... I had removed the follow cursor option from my config. Probably by accident once

>A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org/). You are using the Apache License, should probably change this!

In other words I got it working for the fieldconfig function used in the schema with the below type, but not with the fieldwrapper type. ```tsx type FieldConfig = BaseFieldConfig...

It did work to just add it to the default field props, but typescript is complaining. Also a random question, since you are using react-hook-form under the hood, is this...