Skip to content

Commit

Permalink
Use current colorscheme in fzf_lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 19, 2024
1 parent 6f8bc39 commit 0b32cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvim/lua/conf/fzf/init.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
-- fzf-lua
local fzf_lua = require('fzf-lua')
fzf_lua.setup({ 'fzf-vim' })

fzf_lua.setup({
'fzf-vim',
fzf_colors = true,
previewers = {
builtin = {
extensions = {
Expand Down

0 comments on commit 0b32cc9

Please sign in to comment.