Skip to content

Commit

Permalink
map leader before loading lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
nettrino committed Jun 12, 2024
1 parent ad587dd commit 29648b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vim.g.mapleader = ","

require("config.lazy")
require("config.core")
2 changes: 0 additions & 2 deletions lua/config/core/keymaps.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vim.g.mapleader = ","

-- Save with ctrl + s
vim.keymap.set("n", "<C-s>", ":w<CR>", {})

Expand Down
1 change: 0 additions & 1 deletion lua/config/plugins/lsp/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ return {
"tailwindcss",
"svelte",
"lua_ls",
"graphql",
"emmet_ls",
"prismals",
"gopls",
Expand Down

0 comments on commit 29648b1

Please sign in to comment.