Skip to content

Commit 3b42cad

Browse files
committed
feat(init): set maplocalleader = '\\'
Mostly useful for GrugFar currently
1 parent 2929ed0 commit 3b42cad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if not vim.g.man_pager then
66
vim.g.mapleader = ' '
7-
vim.g.maplocalleader = ' '
7+
vim.g.maplocalleader = '\\'
88
end
99

1010
-- Set to true if you have a Nerd Font installed and selected in the terminal

nvim/lua/plugins/snacks.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ return {
117117
filename_first = true,
118118
},
119119
},
120+
---@diagnostic disable-next-line: missing-fields
120121
icons = {
121122
diagnostics = require('globals').icons.diagnostics,
122123
},

0 commit comments

Comments
 (0)