1
0
Fork 0
dotfiles/.config/nvim/ftplugin/racket.lua
Lucas Sta Maria 4db2fad540
fix: colorscheme change and workspaces nvim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2023-02-23 01:06:42 -05:00

7 lines
180 B
Lua

local autopairs = require("nvim-autopairs")
autopairs.remove_rule("'")
autopairs.remove_rule("(")
autopairs.remove_rule("[")
autopairs.remove_rule("{")
autopairs.remove_rule("<")