config spesific language

This commit is contained in:
asep komarudin 2023-03-04 14:34:28 +07:00
parent 39a2d3d8b8
commit a9d7cbc71f
3 changed files with 12 additions and 0 deletions

4
ftplugin/python.lua Normal file
View file

@ -0,0 +1,4 @@
vim.opt_local.expandtab = true
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4
vim.opt_local.softtabstop = 4