1
0
Fork 0

fix: colorscheme change and workspaces nvim

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-02-23 01:06:42 -05:00
parent a0d687ef5c
commit 4db2fad540
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 65 additions and 9 deletions

View file

@ -0,0 +1,7 @@
local autopairs = require("nvim-autopairs")
autopairs.remove_rule("'")
autopairs.remove_rule("(")
autopairs.remove_rule("[")
autopairs.remove_rule("{")
autopairs.remove_rule("<")