clktmr / vim-gdscript3

Syntax highlighting and completion for GDScript 3
MIT License
13 stars 3 forks source link

Adds support to coc.nvim autocomplete #1

Closed rafaeldelboni closed 5 years ago

rafaeldelboni commented 5 years ago

coc.nvim is an Intellisense engine for vim8 & neovim and is one of the biggest plugins for autocompletion these days. https://github.com/neoclide/coc.nvim

Some examples of other plugins adding coc.nvim support:

GordianDziwis commented 5 years ago

Coc supports omnicompletion, so it does work out of the box. Or do you refer to the Godot VSCode plugin? Which could be forked as an coc extensions.

rafaeldelboni commented 5 years ago

Mine is not working, I need to do C-x, C-o to get auto completion, maybe I'm doing something wrong.

Yeah I can't wait for 3.2 to get LSP support, will be a game changer.