Add Docker LSP
This commit is contained in:
@@ -14,3 +14,10 @@ vim.filetype.add({
|
||||
['.*%.tfvars'] = 'terraform.vars'
|
||||
},
|
||||
})
|
||||
|
||||
-- Docker LSP
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
['docker%-compose%.ya?ml'] = 'yaml.docker-compose',
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user