summaryrefslogtreecommitdiff
path: root/home/common/modules/neovim/config/lua/pacman/plugins/helm-ls.lua
blob: 7ccdc4e714539ad05e9ca89980f5a832aec0fc72 (plain) (blame)
1
2
3
4
5
6
7
8
return {
  {
    "qvalentin/helm-ls.nvim",
    ft = "helm",
    opts = {},
  }
}
-- vim: ts=2 sts=2 sw=2 et