LazyVim.LazyVim/lua/lazyvim
Folke Lemaitre d41ef05cc0
feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box
If you use this plugin, you can add it again with the following code:
{
  "nvim-treesitter/nvim-treesitter",
  opts = {
    context_commentstring = {
      enable = true,
      enable_autocmd = false,
    },
  },
  dependencies = {
    "JoosepAlviste/nvim-ts-context-commentstring",
  },
}
2023-05-12 20:34:36 +02:00
..
config fix(icons): updated a dap icon 2023-05-08 18:56:18 +02:00
plugins feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box 2023-05-12 20:34:36 +02:00
util feat(lsp): automatically resolve denols/tsserver conflicts if both are configured 2023-04-23 11:01:46 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00