Add ftplugin settings for specific language

This commit is contained in:
Corey Smith
2025-08-08 12:18:01 -07:00
parent 8cb46fdec3
commit 1264660d78
4 changed files with 16 additions and 0 deletions

View File

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