diff --git a/init.lua b/init.lua index bfe39b2..7d26c51 100644 --- a/init.lua +++ b/init.lua @@ -85,7 +85,7 @@ vim.keymap.set('n', '', '', { desc = 'Move focus to the lower win vim.keymap.set('n', '', '', { desc = 'Move focus to the upper window' }) -- My keybinds -vim.keymap.set('n', '', 'wqa') +vim.keymap.set('n', '', 'wqa') vim.keymap.set('n', '', 'w') vim.keymap.set('n', 'f', vim.lsp.buf.format) diff --git a/lua/custom/plugins/leetcode.lua b/lua/custom/plugins/leetcode.lua index 3f89ef7..0c9f8fe 100644 --- a/lua/custom/plugins/leetcode.lua +++ b/lua/custom/plugins/leetcode.lua @@ -9,6 +9,6 @@ return { "rcarriga/nvim-notify", }, opts = { - lang="go" + lang="Go" }, }