chore(nvim): config tweaks, lazyvim updates

This commit is contained in:
2024-06-06 22:54:45 +03:00
parent 378abfe896
commit 113e27734a
4 changed files with 8 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ return {
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"phpactor",
"intelephense",
})
end,
},