fix surround

This commit is contained in:
lelgenio 2020-10-28 02:04:23 -03:00
parent 77fc9a9911
commit 2bf7df7c8a

View file

@ -350,9 +350,9 @@ call plug#end()
" Custom surrounds, should work fine on all layouts " Custom surrounds, should work fine on all layouts
" d " d
autocmd FileType * let b:surround_100 = "{{@@ '{{@@ \\r @@}}' @@}}" autocmd VimEnter * let b:surround_100 = "{{@@ '{{@@ \\r @@}}' @@}}"
" s " s
autocmd FileType * let b:surround_115 = "{{@@ '#{%@@ \\r @@%}#\\n#{%@@ @@%}#' @@}}" autocmd VimEnter * let b:surround_115 = "{{@@ '#{%@@ \\r @@%}#\\n#{%@@ @@%}#' @@}}"
"}}} "}}}
" Lanugage Server{{{ " Lanugage Server{{{