Changed some keymaps for macros
This commit is contained in:
@ -27,6 +27,7 @@ g.markdown_folding = 1
|
||||
-- Neovim UI
|
||||
-----------------------------------------------------------
|
||||
opt.number = true -- Show line number
|
||||
opt.relativenumber = true -- Show Current Line with Relative numbers above and below cursor.
|
||||
opt.showmatch = true -- Highlight matching parenthesis
|
||||
opt.foldmethod = 'syntax' -- Enable folding (default 'foldmarker')
|
||||
opt.colorcolumn = '150' -- Line lenght marker at 80 columns
|
||||
|
||||
Reference in New Issue
Block a user