Update
- Add php lang - Add lazygit conf - Reconf icons - Try fix
This commit is contained in:
parent
693ff850d5
commit
a649e15e92
7 changed files with 27 additions and 1 deletions
7
configs/nvim/lua/plugins/lspconfig/php.lua
Normal file
7
configs/nvim/lua/plugins/lspconfig/php.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local function init()
|
||||
require'lspconfig'.phpactor.setup{}
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue