Skip to content

Commit

Permalink
feat(docker): Handle docker-compose.yaml filetype to make lsp attach (#…
Browse files Browse the repository at this point in the history
…715)

feat(docker): Add filetype handling to pack to make lsp attach
  • Loading branch information
Uzaaft authored Jan 12, 2024
1 parent 3c0d274 commit 8e964d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/astrocommunity/pack/docker/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
local utils = require "astronvim.utils"
vim.filetype.add {
filename = {
["docker-compose.yaml"] = "yaml.docker-compose",
},
}

return {
{
"nvim-treesitter/nvim-treesitter",
Expand Down

0 comments on commit 8e964d3

Please sign in to comment.