Skip to content

Commit

Permalink
feat: set native codeaction previewer for native profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam authored and ibhagwan committed Feb 28, 2024
1 parent 903a4ae commit 785e7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/fzf-lua/profiles/fzf-native.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
winopts = { preview = { default = "bat" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
}
1 change: 1 addition & 0 deletions lua/fzf-lua/profiles/fzf-tmux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
winopts = { preview = { default = "bat", layout = "horizontal" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
}
1 change: 1 addition & 0 deletions lua/fzf-lua/profiles/max-perf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
winopts = { preview = { default = "bat" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
files = { fzf_opts = { ["--ansi"] = false } },
Expand Down

0 comments on commit 785e7db

Please sign in to comment.