vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

update taplo only for Mac and Linux

Open kkiyama117 opened this issue 2 years ago • 1 comments

A new version of taplo-lsp has been released, but there is currently no binary for Windows, and the way to call it from the CLI has changed, so you need to change the function you call depending on whether you are on Windows or not.

For further information, plz look here.

kkiyama117 avatar Sep 08 '22 08:09 kkiyama117

Please do not separate settings for Windows or others. Just to use ternaly operator like

has('win32') ? ['run'] : ['lsp', 'stdio']

mattn avatar Sep 10 '22 15:09 mattn

@mattn Sorry for the late correction. Please check it.

kkiyama117 avatar Oct 05 '22 03:10 kkiyama117

Thank you

mattn avatar Oct 05 '22 04:10 mattn