neovim: add ftplugin for sh

This commit is contained in:
2022-10-07 22:39:23 +03:00
parent 30d36493b2
commit 91aafb02ae

View File

@@ -0,0 +1,3 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = false