Skip to content

Commit

Permalink
Add missing _ to profile codeactions profile previewer
Browse files Browse the repository at this point in the history
Not sure why I missed it but it should be code_actions not codeactions.

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam authored and ibhagwan committed Feb 28, 2024
1 parent ee5e5f8 commit e520afe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/fzf-lua/profiles/fzf-native.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
winopts = { preview = { default = "bat" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { codeactions = { previewer = "codeaction_native" } },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
}
2 changes: 1 addition & 1 deletion lua/fzf-lua/profiles/fzf-tmux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
winopts = { preview = { default = "bat", layout = "horizontal" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { codeactions = { previewer = "codeaction_native" } },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
}
2 changes: 1 addition & 1 deletion lua/fzf-lua/profiles/max-perf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
winopts = { preview = { default = "bat" } },
manpages = { previewer = "man_native" },
helptags = { previewer = "help_native" },
lsp = { codeactions = { previewer = "codeaction_native" } },
lsp = { code_actions = { previewer = "codeaction_native" } },
tags = { previewer = "bat" },
btags = { previewer = "bat" },
files = { fzf_opts = { ["--ansi"] = false } },
Expand Down

0 comments on commit e520afe

Please sign in to comment.