Download:
child 257:b57791fbcb6f
parent 255:5b4f830afebc
256:2914bdac7125
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Jan 2023 17:43:55 +0400
.vim: enable syntax-based folds for JSON and HTML

2 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
.vim/after/ftplugin/html.vim file | annotate | diff | comparison | revisions
.vim/after/ftplugin/json.vim file | annotate | diff | comparison | revisions
--- a/.vim/after/ftplugin/html.vim Sun Jan 15 17:42:32 2023 +0400
+++ b/.vim/after/ftplugin/html.vim Sun Jan 15 17:43:55 2023 +0400
@@ -1,3 +1,4 @@
+setlocal foldmethod=syntax
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.vim/after/ftplugin/json.vim Sun Jan 15 17:43:55 2023 +0400
@@ -0,0 +1,1 @@
+setlocal foldmethod=syntax