Folke Lemaitre

Results 961 comments of Folke Lemaitre

Not a fan of this. Closing... Thank you anyway!

Cool, that's indeed a nice way to fix this. Thanks!

Closing, since luasnip is no longer the default snippet engine in LazyVim

Probably fixed by https://github.com/folke/lazy.nvim/commit/d2a4ce22dc02aa08c176cd7692b5b0ed74e4722b

Closing this in favor of #2923 that I just merged. You can configure it in your `config/options.lua` with: ```lua -- Options for the LazyVim statuscolumn vim.g.lazyvim_statuscolumn = { folds_open =...

No option needed. Just change the below to what you want. ```lua require("which-key.plugins.registers").registers = '*+"-:.%/#=_abcdefghijklmnopqrstuvwxyz0123456789' ```

`filetype.lua` needs to be loaded for other types of plugins too. Closing