Skip to content

Commit

Permalink
fix(linear-nvim): Change leader from <Leader>m to <Leader>L to
Browse files Browse the repository at this point in the history
This makes more sense semantically
  • Loading branch information
Uzaaft authored Jan 12, 2025
1 parent 8823b1c commit 12b87a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/project/linear-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
"AstroNvim/astrocore",
opts = function(_, opts)
local maps = opts.mappings
local prefix = "<Leader>m"
local prefix = "<Leader>L"

maps.n[prefix] = { desc = "Linear" }
maps.n[prefix .. "m"] = {
Expand Down

0 comments on commit 12b87a0

Please sign in to comment.