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