...
This commit is contained in:
parent
2248b20e42
commit
b1e9a3f497
2 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,6 @@ end
|
|||
|
||||
vim.cmd.language("en_US")
|
||||
vim.opt.swapfile = false
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
|
||||
vim.o.number = true
|
||||
vim.o.cursorline = true
|
||||
|
|
|
@ -8,6 +8,7 @@ local opts = {nowait=true, silent = true}
|
|||
map('n', '\\rconf', ':source $HOME/lib/nvim/init.lua\n', opts)
|
||||
map('n', '\\econf', ':e $HOME/lib/nvim/init.lua\n', opts)
|
||||
map('n', '\\emap', ':e $HOME/lib/nvim/lua/maps.lua\n', opts)
|
||||
map('n', '\\ic', ':set ic!\n', opts)
|
||||
|
||||
-- Quit
|
||||
map('n', '\\q', ":quit\n", opts)
|
||||
|
|
Loading…
Reference in a new issue