Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust examples #40

Open
dadav opened this issue Oct 7, 2023 · 2 comments
Open

Adjust examples #40

dadav opened this issue Oct 7, 2023 · 2 comments

Comments

@dadav
Copy link

dadav commented Oct 7, 2023

Packer is not maintained anymore and many people switch to other projects. I'm having some trouble getting it to work correctly with https://www.lazyvim.org/.

Would be nice to have an example config. I'm also investigating, but maybe someone already has done it...?

@dadav
Copy link
Author

dadav commented Oct 7, 2023

Currently I have this:

  -- {
  --   "someone-stole-my-name/yaml-companion.nvim",
  --   ft = { "yaml" },
  --   opts = {
  --     builtin_matchers = {
  --       kubernetes = { enabled = true },
  --     },
  --   },
  --   dependencies = {
  --     { "neovim/nvim-lspconfig" },
  --     { "nvim-lua/plenary.nvim" },
  --     { "nvim-telescope/telescope.nvim" },
  --   },
  --   config = function()
  --     require("telescope").load_extension("yaml_schema")
  --   end,
  -- },

With comments removed of cause.. But nothing happens.

@dadav
Copy link
Author

dadav commented Oct 7, 2023

Got a working example with the help of folke. See LazyVim/LazyVim#1621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant