Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embed async.vim so it is easy for users to get started #842

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

prabirshrestha
Copy link
Owner

Make it easy for users to get started by embedding async.vim. This was one of the goal of vim-lsp 2020. #624

async.vim prabirshrestha/async.vim#39 now ships with an embedder making it easy to install as well as update async.vim.

" SOFTWARE.
" }}}

let s:save_cpo = &cpo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[vint] reported by reviewdog 🐶
Use the full option name cpoptions instead of cpo (see :help option-summary)

" }}}

let s:save_cpo = &cpo
set cpo&vim

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[vint] reported by reviewdog 🐶
Use the full option name cpoptions instead of cpo (see :help option-summary)

endfunction
" }}}

let &cpo = s:save_cpo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[vint] reported by reviewdog 🐶
Use the full option name cpoptions instead of cpo (see :help option-summary)

@prabirshrestha prabirshrestha merged commit 649affc into master Jun 20, 2020
@prabirshrestha prabirshrestha deleted the embed-async-vim branch June 20, 2020 23:12
marjacob added a commit to marjacob/vimrc that referenced this pull request Jun 25, 2020
* Reformat configuration files
* Remove custom formatter (and related functions) for Python and C/C++
* Remove prabirshrestha/async.vim (prabirshrestha/vim-lsp#842)
LumaKernel pushed a commit to LumaKernel/vim-lsp that referenced this pull request Aug 4, 2020
yajamon added a commit to yajamon/dotfiles that referenced this pull request Apr 12, 2022
async.vim は vim-lsp の必須モジュールであるが、 vim-lsp に同梱された。
prabirshrestha/vim-lsp#842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant