use releases for some plugins
This commit is contained in:
parent
3bcd87638d
commit
fe7f9a7860
@ -1,5 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
|
version = '*',
|
||||||
opts = {
|
opts = {
|
||||||
mappings = false,
|
mappings = false,
|
||||||
},
|
},
|
||||||
|
@ -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' },
|
||||||
},
|
},
|
||||||
|
@ -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',
|
||||||
|
@ -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'}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
'folke/which-key.nvim',
|
'folke/which-key.nvim',
|
||||||
|
version = '*',
|
||||||
opts = {
|
opts = {
|
||||||
plugins = {
|
plugins = {
|
||||||
marks = false,
|
marks = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user