1
0
Fork 0
- Add php lang
- Add lazygit conf
- Reconf icons
- Try fix
This commit is contained in:
Florian RICHER 2021-06-28 14:18:14 +02:00
parent 693ff850d5
commit a649e15e92
7 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,7 @@
local function init()
require'lspconfig'.phpactor.setup{}
end
return {
init = init
}