We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2929ed0 commit 3b42cadCopy full SHA for 3b42cad
nvim/init.lua
@@ -4,7 +4,7 @@
4
5
if not vim.g.man_pager then
6
vim.g.mapleader = ' '
7
- vim.g.maplocalleader = ' '
+ vim.g.maplocalleader = '\\'
8
end
9
10
-- Set to true if you have a Nerd Font installed and selected in the terminal
nvim/lua/plugins/snacks.lua
@@ -117,6 +117,7 @@ return {
117
filename_first = true,
118
},
119
120
+ ---@diagnostic disable-next-line: missing-fields
121
icons = {
122
diagnostics = require('globals').icons.diagnostics,
123
0 commit comments