master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 5 additions and 0 deletions
Showing only changes of commit ada6d55021 - Show all commits

View File

@@ -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'
}, },

View File

@@ -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({
}) })