Neovim: use stable versions of plugins if available

This commit is contained in:
Marko Korhonen 2024-01-24 22:20:34 +02:00
parent ff12fbbe55
commit 22a4aad249
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 34 additions and 31 deletions

View file

@ -2,7 +2,6 @@
--- @type LazyPluginSpec
return {
"echasnovski/mini.nvim",
version = "*",
config = function()
require("mini.surround").setup()
require("mini.comment").setup()