-
When I write e.g. vim.api.nvim_create_user_command(
"Bdelete",
function() Snacks.bufdelete() end,
{ desc = "Delete buffer without changing windows" }
) LuaLS flags |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Dec 10, 2024
Replies: 1 comment 4 replies
-
add |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
swarn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
---@module 'snacks'