An open API service indexing awesome lists of open source software.

https://github.com/icholy/nvim-lsp-bug


https://github.com/icholy/nvim-lsp-bug

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Steps

* Install gopls `go install golang.org/x/tools/gopls@latest`
* Open file `nvim --clean -u init.lua main.go`
* Insert tab character `i`
* Format the file `:lua vim.lsp.buf.format()`