gbprod

Results 83 comments of gbprod

Can you try using this: ``` window = { documentation = cmp.config.window.bordered({ winhighlight = "Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None", }), completion = cmp.config.window.bordered({ winhighlight = "Normal:Normal,FloatBorder:FloatBorder,CursorLine:Visual,Search:None", }), } ```

Can you give me the result of `:hi FloatBorder` and `:hi NormalBorder` ?

Hi! First, can you tell me what are you using for terminal emulator ? Then, can you try those settings for `nord` : ```lua { "gbprod/nord.nvim", lazy = false, priority...

I think you should not use default mappings (set `use_default_mappings` to `false`) and just adapt default mappings to your needs (refer to documentation: https://github.com/gbprod/yanky.nvim?tab=readme-ov-file#pickertelescopeuse_default_mappings)

It should work using something like this : ```lua local utils = require("yanky.utils") local mapping = require("yanky.telescope.mapping") require("telescope").load_extension("yank_history") require("yanky").setup({ picker = { telescope = { use_default_mappings = false, mappings =...

Seems to be only an issue with `p00f/nvim-ts-rainbow`, as it's no longer maintained, I don't think it's necessary to investigate more ;)

AFAIK you can do this like that: ```lua require('telescope').extensions.yank_history.yank_history({layout_strategy='vertical',layout_config={width=0.5}}) ``` Or with the `theme` option: ``` :Telescope yank_history theme=cursor previewer=false ``` Please, refers to Telescope documentation for further informations

Can you try using shada storage instead of sqlite?

Hi! Sorry for the late answer! Can you tell me the result of `:echo provider#clipboard#Executable()` and tell me if it take a long time to execute ?