use releases for some plugins
This commit is contained in:
parent
3bcd87638d
commit
fe7f9a7860
@ -1,5 +1,6 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
version = '*',
|
||||
opts = {
|
||||
mappings = false,
|
||||
},
|
||||
|
@ -1,6 +1,7 @@
|
||||
return {
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
cmd = 'Neotree',
|
||||
version = '*',
|
||||
keys = {
|
||||
{ '\\', '<cmd>Neotree reveal<cr>', desc = 'NeoTree' },
|
||||
},
|
||||
|
@ -1,5 +1,6 @@
|
||||
return {
|
||||
'nvim-telescope/telescope.nvim',
|
||||
version = '*',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
|
@ -1,5 +1,6 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
version = '*',
|
||||
build = ':TSUpdate',
|
||||
config = function()
|
||||
require('nvim-treesitter.install').compilers = {'clang'}
|
||||
|
@ -1,5 +1,6 @@
|
||||
return {
|
||||
'folke/which-key.nvim',
|
||||
version = '*',
|
||||
opts = {
|
||||
plugins = {
|
||||
marks = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user