share indent config from yaml with helm
This commit is contained in:
parent
2a5620f242
commit
f3627ab61e
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -189,7 +189,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||||
})
|
})
|
||||||
-- YAML --
|
-- YAML --
|
||||||
vim.api.nvim_create_autocmd({ "FileType" }, {
|
vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||||
pattern = "yaml",
|
pattern = { "yaml", "helm", },
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.opt_local.softtabstop = 2
|
vim.opt_local.softtabstop = 2
|
||||||
vim.opt_local.expandtab = true
|
vim.opt_local.expandtab = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue