Skip to content

Commit

Permalink
Remove phpactor LSP server
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Sep 14, 2024
1 parent 345fbae commit f91f7ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ Neovim's internal LSP client is used to provide code intelligence and completion
Depending on the languages used, the following language server binaries need to be installed manually:

* Python ([Basedpyright](https://docs.basedpyright.com/)): `pip install basedpyright`
* PHP:
* [Intelephense](https://intelephense.com/): `npm i -g intelephense`
* [Phpactor](https://github.com/phpactor/phpactor) (started manually): see [installation instructions](https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation)
* PHP ([Intelephense](https://intelephense.com/)): `npm i -g intelephense`
* TypeScript and JavaScript ([TypeScript Language Server](https://github.com/typescript-language-server/typescript-language-server)): `npm i -g typescript typescript-language-server`
* Lua ([lua-language-server](https://github.com/luals/lua-language-server)): see [installation instructions](https://github.com/luals/lua-language-server/wiki/Getting-Started#command-line). Create the wrapper script as `~/bin/lua-language-server`.
* Markdown ([Marksman](https://github.com/artempyanykh/marksman)): see [installation instructions](https://github.com/artempyanykh/marksman/blob/main/docs/install.md)
Expand Down
5 changes: 0 additions & 5 deletions nvim/.config/nvim/lua/dietrichm/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ lspconfig.intelephense.setup {
},
}

lspconfig.phpactor.setup {
capabilities = capabilities,
autostart = false,
}

lspconfig.ts_ls.setup {
capabilities = capabilities,
}
Expand Down

0 comments on commit f91f7ff

Please sign in to comment.