Disable paste mode, that's why indentautoindent never worked lol
This commit is contained in:
parent
8087665ee0
commit
ecb582a1a2
|
@ -1,3 +1,5 @@
|
|||
vim.g.mapleader = ' '
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
|
@ -37,6 +39,4 @@ vim.opt.updatetime = 50
|
|||
|
||||
vim.opt.colorcolumn = '80'
|
||||
|
||||
vim.opt.paste = true
|
||||
|
||||
vim.g.mapleader = ' '
|
||||
vim.opt.paste = false
|
||||
|
|
Loading…
Reference in New Issue