Initial configuration converted to lua
Still many missing plugins and configurations
This commit is contained in:
parent
c41172efbd
commit
ec02529615
19 changed files with 137 additions and 472 deletions
4
home/.config/nvim/lua/autocmd.lua
Normal file
4
home/.config/nvim/lua/autocmd.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
local cmd = vim.cmd
|
||||
|
||||
-- Remap exit terminal mode to esc
|
||||
cmd('au TermOpen * tnoremap <buffer> <Esc> <c-\\><c-n>')
|
Loading…
Add table
Add a link
Reference in a new issue