-
|
For various reasons (LSPs, other plugins), I have defined *.yml and *.yaml file extensions as the vim.cmd("autocmd BufRead,BufNewFile *.{yaml,yml} set filetype=yaml.ansible")The period in the name of the file type doesn't play well with your Really like plugin, BTW. |
Beta Was this translation helpful? Give feedback.
Answered by
DrKJeff16
Mar 17, 2026
Replies: 1 comment 1 reply
-
|
Did you try the code below? require('triforce').setup({
custom_languages = {
['yaml.ansible'] = { ... },
},
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
watsonb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@watsonb
Did you try the code below?