Skip to content

Commit

Permalink
neovim: remap localleader to comma
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Mar 14, 2024
1 parent 5ae73cb commit 86b59da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_config/nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- Any copyright is dedicated to the Public Domain.
-- https://creativecommons.org/publicdomain/zero/1.0/

vim.g.maplocalleader = ","
require('plugins')
require('settings')
require('autocmd')
Expand Down

0 comments on commit 86b59da

Please sign in to comment.