fix surround

This commit is contained in:
lelgenio 2020-10-28 02:04:23 -03:00
parent 77fc9a9911
commit 2bf7df7c8a
1 changed files with 2 additions and 2 deletions

View File

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