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