refactor: move `maplocalleader` to AstroNvim `opts`

pull/7/head
Micah Halter 2024-02-13 15:39:40 -05:00
parent d5dc216288
commit 75d2b26b6e
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ lazy.setup({
import = "astronvim.plugins",
opts = { -- AstroNvim options must be set with the `import` key
mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up
maplocalleader = ",", -- This ensures the localleader key must be configured before Lazy is set up
icons_enabled = true, -- Set to false to disable icons (if no Nerd Font is available)
pin_plugins = nil, -- Default will pin plugins when tracking `version` of AstroNvim, set to true/false to override
},