Update init.lua
This commit is contained in:
parent
eee9d0635e
commit
c28a4ba2a7
1
init.lua
1
init.lua
|
|
@ -192,6 +192,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
|
||||||
-- NOAH
|
-- NOAH
|
||||||
-- Remap 'jj' to 'Esc' in insert mode
|
-- Remap 'jj' to 'Esc' in insert mode
|
||||||
vim.api.nvim_set_keymap('i', 'jj', '<Esc>', { noremap = true, silent = true })
|
vim.api.nvim_set_keymap('i', 'jj', '<Esc>', { noremap = true, silent = true })
|
||||||
|
require'lspconfig'.pyright.setup{}
|
||||||
|
|
||||||
|
|
||||||
-- [[ Basic Autocommands ]]
|
-- [[ Basic Autocommands ]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue