Newline on <CR>
This commit is contained in:
parent
d024edc2bd
commit
96f393672a
3
init.lua
3
init.lua
|
|
@ -491,6 +491,9 @@ vim.defer_fn(function()
|
||||||
}
|
}
|
||||||
end, 0)
|
end, 0)
|
||||||
|
|
||||||
|
-- Newline on <CR>
|
||||||
|
vim.keymap.set('n', '<CR>', 'o<Esc>')
|
||||||
|
|
||||||
-- [[ Configure LSP ]]
|
-- [[ Configure LSP ]]
|
||||||
-- This function gets run when an LSP connects to a particular buffer.
|
-- This function gets run when an LSP connects to a particular buffer.
|
||||||
local on_attach = function(_, bufnr)
|
local on_attach = function(_, bufnr)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue