mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Add nixd alternative #683

Closed klarkc closed 1 year ago

klarkc commented 1 year ago

nixd is a brand new LSP alternative for nix supporting official nix libs.

mattn commented 1 year ago

Thanks. Could you please add install-nixd-lsp.cmd ?

@echo off

call nix-env -i -f "https://github.com/nix-community/nixd/archive/master.tar.gz"
mattn commented 1 year ago

Thank you.