1
0
Fork 0

fix: add old misc updates to nvim

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-07-20 18:28:55 -07:00
parent bf65c17f4b
commit 69703d3e57
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 102 additions and 11 deletions

View file

@ -5,3 +5,6 @@ autopairs.remove_rule("(")
autopairs.remove_rule("[")
autopairs.remove_rule("{")
autopairs.remove_rule("<")
vim.o["lisp"] = true
vim.o["autoindent"] = true