Neovim: use stable versions of plugins if available

This commit is contained in:
Marko Korhonen 2024-01-24 22:20:34 +02:00
parent 8912fed29c
commit 5654fd6bee
5 changed files with 34 additions and 31 deletions

View file

@ -2,7 +2,6 @@
--- @type LazyPluginSpec
return {
"akinsho/bufferline.nvim",
version = "*",
dependencies = { "kyazdani42/nvim-web-devicons" },
--- @type BufferlineConfig
opts = {

View file

@ -11,7 +11,7 @@ return {
"mfussenegger/nvim-jdtls",
-- Add support for LSP file operations
{ "antosha417/nvim-lsp-file-operations", config = true },
-- Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
-- Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.
{
"folke/neodev.nvim",
--- @type LuaDevOptions

View file

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