feat(nvim): more modernization
This commit is contained in:
parent
98ea8609fd
commit
8e9d8cd00d
16 changed files with 533 additions and 551 deletions
|
|
@ -2,4 +2,4 @@ vim.o.number = true
|
|||
vim.o.conceallevel = 0
|
||||
vim.o.relativenumber = true
|
||||
|
||||
bmap({ 'n', 'q', vim.cmd.helpclose })
|
||||
vim.keymap.set('n', 'q', vim.cmd.helpclose, { buffer = 0 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue