Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.01 KB

*Note: harry-hov/gnopls is now gnolang/gnopls

gnopls, the Gno language server

Build & Test

gnopls (pronounced "Gno please") is the unofficial Gno language server. It provides IDE features to any LSP-compatible editor.

Installation

If you do want to get the latest stable version of gnopls, run the following command:

  • Using go install

    go install github.com/harry-hov/gnopls@latest
  • From source code

    git clone https://github.com/harry-hov/gnopls.git
    cd gnopls
    make install

If you are having issues with gnopls, please feel free to open an issue.

Additional information

Special thanks to Joseph Kato

As some part of code is copied and modified from gnols.