by default use the releases
This commit is contained in:
parent
c09e59d3e5
commit
ada6d55021
@ -12,6 +12,9 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
|
defaults = {
|
||||||
|
version = '',
|
||||||
|
},
|
||||||
spec = {
|
spec = {
|
||||||
import = 'plugins'
|
import = 'plugins'
|
||||||
},
|
},
|
||||||
|
@ -114,6 +114,8 @@ return {
|
|||||||
'Fildo7525/pretty_hover',
|
'Fildo7525/pretty_hover',
|
||||||
},
|
},
|
||||||
build = ':MasonUpdate',
|
build = ':MasonUpdate',
|
||||||
|
version = nil,
|
||||||
|
branch = 'master',
|
||||||
config = function()
|
config = function()
|
||||||
require('neodev').setup({
|
require('neodev').setup({
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user