From b12cd861c1aa42bd2be692ef7b02670cb9f6c586 Mon Sep 17 00:00:00 2001 From: Eliaz Bobadilla <71897736+UltiRequiem@users.noreply.github.com> Date: Mon, 17 May 2021 23:06:40 -0500 Subject: Use setlocal insted of set (#404) * setlocal insted of set for css Check `:h setl` * setlocal insted of set for html * setlocal insted of set for js * setlocal insted of set for jsreact * setlocal insted of set for yaml --- ftplugin/yaml.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'ftplugin/yaml.vim') diff --git a/ftplugin/yaml.vim b/ftplugin/yaml.vim index 78afacc9..cd979a10 100644 --- a/ftplugin/yaml.vim +++ b/ftplugin/yaml.vim @@ -1,3 +1,2 @@ set ts=2 set sw=2 - -- cgit v1.2.3