File: README.Debian

package info (click to toggle)
vim-youcompleteme 0%2B20230109%2Bgit7620d87%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,404 kB
  • sloc: python: 10,569; sh: 203; cpp: 121; makefile: 24; f90: 5; xml: 1
file content (26 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
vim-youcompleteme
-----------------

A code completion plugin for Vim and Neovim with support for many
programming languages. See /usr/share/doc/ycmd/README.Debian.gz
for details on which ones are currently supported and which additional
packages you might need to install to use them.

This plugin can be enabled on demand in Vim with `:packadd youcompleteme`.
Similarly, you can add `packadd! youcompleteme` to your vimrc file to
load it by default. Alternatively installing and removing via `vam` from
the vim-addon-manager package is supported as well.


This plugin is not compatible with any other code competition plugins,
some of them listed below:

  * clang_complete
  * AutoComplPop
  * Supertab
  * neocomplcache
  * jedi-vim (vim-python-jedi package in Debian)

It is not recommended to use them together in the same session, but you
can of course install and use them separately, which is why no Conflicts
on other plugins are declared in the packaging for apt to resolve.