fix: colorscheme change and workspaces nvim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a0d687ef5c
commit
4db2fad540
4 changed files with 65 additions and 9 deletions
7
.config/nvim/ftplugin/racket.lua
Normal file
7
.config/nvim/ftplugin/racket.lua
Normal 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("<")
|
Loading…
Add table
Add a link
Reference in a new issue