From eaf54fd311d1463a809f9fe9a4eface6b41872b8 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Fri, 10 Apr 2020 15:14:19 +0300 Subject: [PATCH] [nvim] change indent for `kivy` --- nvim/after/ftplugin/kivy.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 nvim/after/ftplugin/kivy.vim diff --git a/nvim/after/ftplugin/kivy.vim b/nvim/after/ftplugin/kivy.vim new file mode 100644 index 0000000..08d6c41 --- /dev/null +++ b/nvim/after/ftplugin/kivy.vim @@ -0,0 +1 @@ +IndentTabs 4