kola
kola
fold zf
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
### I believe this to be an issue that should be addressed by maintainers of mason.nvim. - [X] Yes ### Why do you think this is an issue with mason.nvim?...
try it ```lua vim.api.nvim_create_autocmd({ "FileType" }, { pattern = { "*" }, callback = function() vim.cmd([[ set formatoptions-=cro ]]) end, }) ```
pnpm ?
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...