by default use the releases

This commit is contained in:
Oliver Hartmann 2023-06-30 20:42:28 +02:00
parent c09e59d3e5
commit ada6d55021
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,9 @@ end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
defaults = {
version = '',
},
spec = {
import = 'plugins'
},

View File

@ -114,6 +114,8 @@ return {
'Fildo7525/pretty_hover',
},
build = ':MasonUpdate',
version = nil,
branch = 'master',
config = function()
require('neodev').setup({
})