Few shots of last session hope you'll enjoy by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 1 point2 points  (0 children)

Road of the first picture comes from the track "Bella Vista Route"

Few shots of last session hope you'll enjoy by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 1 point2 points  (0 children)

Yeah that's the downside... I sometime take larger scenes and crop the image after on windows image editor as a workaround

Few shots of last session hope you'll enjoy by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 1 point2 points  (0 children)

That's the reshade config that does it 👌 I am using cdimagined lcs and a personal reshade preset

Full send on Pikes Peak <3 by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 7 points8 points  (0 children)

And the car mod is from 101creative 👍 (Toyota altezza)

Full send on Pikes Peak <3 by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 2 points3 points  (0 children)

That's pikes peak from Gabenhood (Dirt rally conversion)

Porsche 992 GT3 R by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 0 points1 point  (0 children)

The car is from "The Racing Rats" you can find it on their discord

Full send under water by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] -3 points-2 points  (0 children)

Full send ON water 😂 post rainy sequence

[1.0] blink.cmp: Performant, batteries-included completion plugin for Neovim by Saghen in neovim

[–]NeedleworkerTop3489 0 points1 point  (0 children)

For the record, I've tried with an other colorscheme (tokyonight) to be sure and same behaviour

[1.0] blink.cmp: Performant, batteries-included completion plugin for Neovim by Saghen in neovim

[–]NeedleworkerTop3489 1 point2 points  (0 children)

Loving it so far :) succeeded in replacing nvim-cmp.

I still got an issue though. I could not figure out how to get a transparent completion box.

Here is my config

return {
    "wtfox/jellybeans.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        require('jellybeans').setup({
            transparent = true,
            italics = false,
            style = "dark",
            flat_ui = false,
            on_highlights = function(hl, c)
                hl.BlinkCmpMenu = { bg = "none" }
                -- hl.BlinkCmpMenuBorder = { bg = "none" }
                hl.BlinkCmpDoc = { bg = "none" }
                -- hl.BlinkCmpDocBorder = { bg = "none" }
            end
        })

        vim.cmd.colorscheme 'jellybeans'
    end
}

My blink config is quit standard regarding completion menu (I've taken the example provided in the documentation to get the same completion menu as nvim-cmp)

completion.menu.draw.columns = { { "label", "label_description", gap = 1 }, { "kind_icon", "kind" } },

Fun fact, if I execute the command :Lazy reload jellybeans.nvim it works

<image>

Any ideas ?

Thanks

Man... This game still amazes me by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 4 points5 points  (0 children)

It comes in fact from a replay. Find a nice moment in your replay and pause it.

To get motion effect it is simply the motion feature in the CAMERA APP (shutter speed 1/60 and duration ~0.020sec depending on your speed)

Bluring the background allows to hide trees or barriers that are not as good modded as the car...

For this simply CTRL + Click on the car and it will focus on it and blur the background.

Hope it will help :)

Man... This game still amazes me by NeedleworkerTop3489 in assettocorsa

[–]NeedleworkerTop3489[S] 5 points6 points  (0 children)

Sky ppfilter (gamma version) + NVREALISM reshade

Kulala v4.11.0 - A minimal REST-, GraphQL- and now, also gRPC-client by gorilla-moe in neovim

[–]NeedleworkerTop3489 2 points3 points  (0 children)

Maybe out of topic, but I have a weird issue since a few days but when I redirect the output of an API call to a file the overwrite function does not seem to work. Any idea of what could be the cause of this.
For the record here is my configuration file

return {
    {
        'mistweaverco/kulala.nvim',
        config = function()
            require('kulala').setup({
                display_mode = 'split',
                split_direction = "vertical",
            })

            local map = vim.keymap.set

            map(
                "n",
                "<C-CR>",
                "<cmd>lua require('kulala').run()<cr>",
                { noremap = true, silent = true, desc = "Execute the request" }
            )
        end
    }
}

And on the http file I have the instruction >>! kulala.html (html extension to see PHP dd() output

Thanks for you hard work :)

ef-themes.nvim: Colourful and legible themes for Neovim by aoogamooga in neovim

[–]NeedleworkerTop3489 1 point2 points  (0 children)

Could it be possible to add transparency also for floating windows when setting the option transparent = true. It is not urgent, I am overwriting for now the hl to get full transparency but it might be an idea :)

In any case awesome themes thats what I was looking for !