bug: shfmt not supported #3

Open
opened 2025-07-04 16:35:53 +02:00 by ottobackwards · 0 comments

Did you check docs and existing issues?

  • I have read all the LazyVim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of LazyVim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

v0.11.0

Operating system/version

FreeBSD 14.3

Describe the bug

Not supported in mason

Steps To Reproduce

Mason

Expected Behavior

Remove or ?

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    { "LazyVim/LazyVim", import = "lazyvim.plugins" },
    -- add any other plugins here
  },
})
### Did you check docs and existing issues? - [x] I have read all the LazyVim docs - [x] I have updated the plugin to the latest version before submitting this issue - [x] I have searched the existing issues of LazyVim - [x] I have searched the existing issues of plugins related to this issue ### Neovim version (nvim -v) v0.11.0 ### Operating system/version FreeBSD 14.3 ### Describe the bug Not supported in mason ### Steps To Reproduce Mason ### Expected Behavior Remove or ? ### Repro ```lua vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- add any other plugins here }, }) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ottobackwards/LazyVim#3
No description provided.