use releases for some plugins

This commit is contained in:
Oliver Hartmann 2023-06-30 14:00:50 +02:00
parent 3bcd87638d
commit fe7f9a7860
5 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
return { return {
'numToStr/Comment.nvim', 'numToStr/Comment.nvim',
version = '*',
opts = { opts = {
mappings = false, mappings = false,
}, },

View File

@ -1,6 +1,7 @@
return { return {
'nvim-neo-tree/neo-tree.nvim', 'nvim-neo-tree/neo-tree.nvim',
cmd = 'Neotree', cmd = 'Neotree',
version = '*',
keys = { keys = {
{ '\\', '<cmd>Neotree reveal<cr>', desc = 'NeoTree' }, { '\\', '<cmd>Neotree reveal<cr>', desc = 'NeoTree' },
}, },

View File

@ -1,5 +1,6 @@
return { return {
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
version = '*',
dependencies = { dependencies = {
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', 'nvim-tree/nvim-web-devicons',

View File

@ -1,5 +1,6 @@
return { return {
'nvim-treesitter/nvim-treesitter', 'nvim-treesitter/nvim-treesitter',
version = '*',
build = ':TSUpdate', build = ':TSUpdate',
config = function() config = function()
require('nvim-treesitter.install').compilers = {'clang'} require('nvim-treesitter.install').compilers = {'clang'}

View File

@ -1,5 +1,6 @@
return { return {
'folke/which-key.nvim', 'folke/which-key.nvim',
version = '*',
opts = { opts = {
plugins = { plugins = {
marks = false, marks = false,