Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

coc.nvim

This layer provides an asynchronous keyword completion system in the current buffer, using

Table of Contents

Install

Add the +completion/coc layer in your configuration file,

function! Layers()
  " ...
  Layer '+completion/coc'
  " ...
endfunction