Skip to content

Commit

Permalink
fix: make setting leader key explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Nov 14, 2024
1 parent f28fa5a commit a04ccde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kickstart-python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ vim.opt.rtp:prepend(lazypath)

--------------------------------------------------------------------------------

-- define what key is used for `<leader>`. Here, we use `,`.
vim.g.mapleader = ","

local plugins = {
-- TOOLING: COMPLETION, DIAGNOSTICS, FORMATTING

Expand Down

0 comments on commit a04ccde

Please sign in to comment.