Skip to content

Commit

Permalink
fix: Adjust legendary.nvim configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Oct 29, 2023
1 parent c880854 commit 859dd10
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lua/devil/configs/plugin/legendary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ local opts = {
max_timestamps = 10,
},
},
lazy_nvim = {
-- Automatically register keymaps that are defined on lazy.nvim plugin specs
-- using the `keys = {}` property.
auto_register = true,
},
-- Which extensions to load; no extensions are loaded by default.
-- Setting the plugin name to `false` disables loading the extension.
-- Setting it to any other value will attempt to load the extension,
Expand Down Expand Up @@ -159,6 +154,12 @@ local opts = {
-- are added at toplevel instead of in a group.
use_groups = true,
},
-- load keymaps from lazy.nvim keys options
lazy_nvim = {
-- Automatically register keymaps that are defined on lazy.nvim plugin specs
-- using the `keys = {}` property.
auto_register = true,
},
},
scratchpad = {
-- How to open the scratchpad buffer,
Expand Down

0 comments on commit 859dd10

Please sign in to comment.