neovim: add ftplugin module for makefile type

This commit is contained in:
2022-10-07 21:09:20 +03:00
parent e23c958dcb
commit f733150bae

View File

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