-
Notifications
You must be signed in to change notification settings - Fork 304
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
Conversation
" SOFTWARE. | ||
" }}} | ||
|
||
let s:save_cpo = &cpo |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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)
* Reformat configuration files * Remove custom formatter (and related functions) for Python and C/C++ * Remove prabirshrestha/async.vim (prabirshrestha/vim-lsp#842)
async.vim は vim-lsp の必須モジュールであるが、 vim-lsp に同梱された。 prabirshrestha/vim-lsp#842
Make it easy for users to get started by embedding
async.vim
. This was one of the goal of vim-lsp 2020. #624async.vim prabirshrestha/async.vim#39 now ships with an embedder making it easy to install as well as update async.vim.