fix(ci): set ft plugin indent
This commit is contained in:
parent
6be0148eef
commit
36cc369de3
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue