set filetype for sls files
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 11m4s
Build neovim image / build-neovim-arm64 (push) Successful in 14m9s
Build neovim image / update-images-manifest (push) Successful in 18s

This commit is contained in:
Szwendacz 2024-04-15 09:42:55 +02:00 committed by Maciej Lebiest
parent a751f7e85f
commit 72a86f1588

View file

@ -77,5 +77,5 @@ vim.opt.shiftwidth = 4 -- width for autoindents
vim.cmd [[
highlight clear
colorscheme gruvbox
autocmd BufNewFile,BufRead *.sls set syntax=yaml.jinja2
autocmd BufNewFile,BufRead *.sls set filetype=yaml.jinja2
]]