tamago324 / nlsp-settings.nvim

A plugin for setting Neovim LSP with JSON or YAML files
MIT License
316 stars 18 forks source link

fix: cross-platform path handling #25

Closed kylo252 closed 2 years ago

kylo252 commented 2 years ago

Add handling for path separator on Windows.

Note: I wasn't able to re-use lspconfig.util.path, since its join() function has been changed recently (backslashes don't work for autocmds).

tamago324 commented 2 years ago

Thank you!