mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: associate gitlab-ci files with gitlab-ci-ls
This commit is contained in:
parent
7480f03ef2
commit
a0447808fa
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@
|
|||
command = "setlocal spell spelllang=en wrap linebreak ts=2 sw=2 sts=2";
|
||||
}
|
||||
|
||||
# Gitlab CI
|
||||
{
|
||||
event = [ "BufRead" "BufNewFile" ];
|
||||
pattern = "*.gitlab-ci*.{yml,yaml}";
|
||||
callback = { __raw = "function() vim.bo.filetype = 'yaml.gitlab' end"; };
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue