Add phpactor support to neovim with default settings
This commit is contained in:
parent
34458b17f5
commit
6d645999f2
4 changed files with 18 additions and 0 deletions
|
|
@ -21,3 +21,6 @@ vim.opt.spell = true
|
|||
|
||||
-- 24-bit colour support
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
-- LSP/PHP setup
|
||||
vim.lsp.enable('phpactor')
|
||||
|
|
|
|||
Loading…
Reference in a new issue