Neovim: use stable versions of plugins if available
This commit is contained in:
parent
8912fed29c
commit
5654fd6bee
5 changed files with 34 additions and 31 deletions
|
@ -2,7 +2,6 @@
|
|||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
||||
--- @type BufferlineConfig
|
||||
opts = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"echasnovski/mini.nvim",
|
||||
version = "*",
|
||||
config = function()
|
||||
require("mini.surround").setup()
|
||||
require("mini.comment").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue