gnopls
(pronounced "Gno please") is the unofficial Gno [language server]. It provides IDE features to any [LSP]-compatible editor.
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.