FittenTech / fittencode.vim

Fitten Code AI Programming Assistant for Vim
63 stars 5 forks source link

feat&fix: provides customization, and fix double indention #19

Closed One-In-Dark closed 2 months ago

One-In-Dark commented 2 months ago

Adds options for customization, like trigger keys. Adds vim help files. Options are described in help docs.

For advanced users, provides API for integration with other plugins.

BREAKING CHANGE: 'Accept()' has non-standard name.

'Accept()' is removed. Use 'FittenAccept()' instead.

======

bugfix: double indentation fixed

by setting 'paste' option to disable auto indent

Closes #14