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/javascript.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftplugin/javascript.vim') diff --git a/ftplugin/javascript.vim b/ftplugin/javascript.vim index cd979a10..438f554c 100644 --- a/ftplugin/javascript.vim +++ b/ftplugin/javascript.vim @@ -1,2 +1,2 @@ -set ts=2 -set sw=2 +setl ts=2 +setl sw=2 -- cgit v1.2.3