All Projects → kristijanhusak → Deoplete Phpactor

kristijanhusak / Deoplete Phpactor

Licence: mit
Phpactor integration for deoplete.nvim

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deoplete Phpactor

Semshi
🌈 Semantic Highlighting for Python in Neovim
Stars: ✭ 758 (+4358.82%)
Mutual labels:  neovim, nvim
Nvim
The Ultimate NeoVim Config for Colemak Users
Stars: ✭ 754 (+4335.29%)
Mutual labels:  neovim, nvim
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (+941.18%)
Mutual labels:  neovim, nvim
nerveux.nvim
A neovim plugin written in lua to interact with the neuron Zettelkasten software.
Stars: ✭ 19 (+11.76%)
Mutual labels:  neovim, nvim
Nvim Lua Guide
A guide to using Lua in Neovim
Stars: ✭ 750 (+4311.76%)
Mutual labels:  neovim, nvim
Iron.nvim
Interactive Repl Over Neovim
Stars: ✭ 265 (+1458.82%)
Mutual labels:  neovim, nvim
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+1805.88%)
Mutual labels:  neovim, nvim
neogen
A better annotation generator. Supports multiple languages and annotation conventions.
Stars: ✭ 339 (+1894.12%)
Mutual labels:  neovim, nvim
Nvim Compe
Auto completion plugin for nvim that written in Lua.
Stars: ✭ 433 (+2447.06%)
Mutual labels:  neovim, nvim
Packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
Stars: ✭ 418 (+2358.82%)
Mutual labels:  neovim, nvim
vimrc
My neovim config
Stars: ✭ 43 (+152.94%)
Mutual labels:  neovim, nvim
Thinkvim
Vim configuration in the 21st century
Stars: ✭ 832 (+4794.12%)
Mutual labels:  neovim, nvim
nerd-galaxyline
A modern and great-looking status bar for neovim
Stars: ✭ 27 (+58.82%)
Mutual labels:  neovim, nvim
Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (+1582.35%)
Mutual labels:  neovim, nvim
focus.nvim
Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!
Stars: ✭ 289 (+1600%)
Mutual labels:  neovim, nvim
Chromatica.nvim
Clang based syntax highlighting for Neovim
Stars: ✭ 306 (+1700%)
Mutual labels:  neovim, nvim
lesvim
Nvim config focus on Javascript, Typescript, Rust and Lua - 🚀 💪 ( Fast and Powerfull ) - Deno and other typescript LSP working well together
Stars: ✭ 69 (+305.88%)
Mutual labels:  neovim, nvim
agitator.nvim
No description or website provided.
Stars: ✭ 16 (-5.88%)
Mutual labels:  neovim, nvim
Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (+2305.88%)
Mutual labels:  neovim, nvim
Neovim Dots
most beautiful neovim cli setup
Stars: ✭ 547 (+3117.65%)
Mutual labels:  neovim, nvim

deoplete-phpactor

Phpactor integration for deoplete.nvim

Installation

Using vim-plug

Plug 'Shougo/deoplete.nvim'
Plug 'phpactor/phpactor' ,  {'do': 'composer install', 'for': 'php'}
Plug 'kristijanhusak/deoplete-phpactor'

If you are using a custom setting for sources in deoplete don't forget:

call deoplete#custom#option('sources', {'php' : ['omni', 'phpactor', 'ultisnips', 'buffer']})

Add the phpactor source is important or phpactor itself is not running.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].