mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 10:09:55 -06:00
neovim - paredit support in other languages
This commit is contained in:
@@ -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"})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user