neovim - paredit support in other languages

This commit is contained in:
2023-06-29 15:26:27 -05:00
parent c20fef8542
commit 1200d06efc

View File

@@ -60,6 +60,11 @@
(set nvim.g.paredit_mode)) (set nvim.g.paredit_mode))
(nvim.fn.PareditInitBuffer)))) (nvim.fn.PareditInitBuffer))))
(nvim.ex.autocmd :FileType :ruby :call "PareditInitBalancingAllBracketsBuffer()")
(nvim.ex.autocmd :FileType :javascript :call "PareditInitBalancingAllBracketsBuffer()")
(nvim.ex.autocmd :FileType :terraform :call "PareditInitBalancingAllBracketsBuffer()")
; (nvim.del_augroup_by_name "BabeliteParedit") ; (nvim.del_augroup_by_name "BabeliteParedit")
; (nvim.get_autocmds {:group "BabeliteParedit"}) ; (nvim.get_autocmds {:group "BabeliteParedit"})