Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Nuvic edited this page Nov 19, 2024 · 3 revisions

Welcome to the flexoki-nvim wiki!

Plugin specific issues

fzf-lua

If you have problems with the highlight groups, you may need to set fzf-colors.

For example, this works well with light theme:

fzf_colors = {
  ["bg"] = { "bg", "NormalFloat" },
  ["bg+"] = { "bg", "CursorLine" },
  ["fg+"] = { "fg", "Normal" },
  ["gutter"] = { "bg", "NormalFloat" },
  ["hl"] = { "fg", "Normal" },
  ["hl+"] = { "fg", "Boolean" },
},

Clone this wiki locally