Skip to content

Commit c28a4ba

Browse files
authored
Update init.lua
1 parent eee9d06 commit c28a4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
192192
-- NOAH
193193
-- Remap 'jj' to 'Esc' in insert mode
194194
vim.api.nvim_set_keymap('i', 'jj', '<Esc>', { noremap = true, silent = true })
195+
require'lspconfig'.pyright.setup{}
195196

196197

197198
-- [[ Basic Autocommands ]]

0 commit comments

Comments
 (0)