Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 1 day 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()`