Update init.lua

This commit is contained in:
Noah 2024-05-18 15:18:18 -05:00 committed by GitHub
parent eee9d0635e
commit c28a4ba2a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
-- NOAH
-- Remap 'jj' to 'Esc' in insert mode
vim.api.nvim_set_keymap('i', 'jj', '<Esc>', { noremap = true, silent = true })
require'lspconfig'.pyright.setup{}
-- [[ Basic Autocommands ]]