Shougo / ddc-source-lsp

lsp source for ddc.vim
Other
66 stars 20 forks source link

Super powerful update #40

Closed uga-rosa closed 1 year ago

Shougo commented 1 year ago

Please execute deno fmt.

Shougo commented 1 year ago

I have found denops.eval(). They are really needed?

I get it.

Shougo commented 1 year ago

Some lines in *.lua is over 80 characters.

uga-rosa commented 1 year ago

Shall we place stylua.toml? This is the one I usually use.

column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
Shougo commented 1 year ago

Merged.