diff options
author | Eliaz Bobadilla <[email protected]> | 2021-05-17 23:06:40 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-18 00:06:40 -0400 |
commit | b12cd861c1aa42bd2be692ef7b02670cb9f6c586 (patch) | |
tree | 149de4f051cab6c829e7984650c0062967ac8509 /ftplugin/yaml.vim | |
parent | 969f0f0bb719d01cbb93a9dc73a5e427d7ba8ccc (diff) |
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
Diffstat (limited to 'ftplugin/yaml.vim')
-rw-r--r-- | ftplugin/yaml.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 - |