diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-11-26 21:24:18 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-11-26 21:24:18 +0300 |
| commit | d2a1cb64c0c3f743f2238dc2e71f8034f8bc5c0c (patch) | |
| tree | 6e2e8ecf290a47f8d64df199d019ce786d9721a1 | |
| parent | dcdd7544ffd49d2ff94bf3316d507b09b37499d8 (diff) | |
| download | dotfiles-d2a1cb64c0c3f743f2238dc2e71f8034f8bc5c0c.tar.gz dotfiles-d2a1cb64c0c3f743f2238dc2e71f8034f8bc5c0c.zip | |
add after-file for yaml
cause 4 spaces are good for python, but not for yaml
| -rw-r--r-- | .config/nvim/after/ftplugin/yaml.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/yaml.vim b/.config/nvim/after/ftplugin/yaml.vim new file mode 100644 index 0000000..42313c3 --- /dev/null +++ b/.config/nvim/after/ftplugin/yaml.vim @@ -0,0 +1 @@ +set shiftwidth=2 tabstop=2 softtabstop=2 expandtab |
