mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 15:58:58 +00:00
languages/docker: map dockercompose to yaml for treesitter
This commit is contained in:
parent
7fca440370
commit
41cc9f73e5
2 changed files with 8 additions and 3 deletions
|
|
@ -117,6 +117,9 @@ in {
|
|||
vim.treesitter = {
|
||||
enable = true;
|
||||
grammars = [cfg.treesitter.package];
|
||||
filetypeMappings = {
|
||||
yaml = ["dockercompose"];
|
||||
};
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue