fix(ci): set ft plugin indent

This commit is contained in:
Barrett Ruth 2026-02-22 00:32:41 -05:00
parent 6be0148eef
commit 36cc369de3
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -2,6 +2,7 @@ vim.cmd([[set runtimepath=$VIMRUNTIME]])
vim.opt.runtimepath:append('.')
vim.opt.packpath = {}
vim.o.swapfile = false
vim.cmd('filetype plugin indent on')
vim.fn.mkdir(vim.fn.stdpath('cache'), 'p')
vim.fn.mkdir(vim.fn.stdpath('data'), 'p')
vim.fn.mkdir(vim.fn.stdpath('state'), 'p')