https://github.com/icholy/nvim-lsp-bug
https://github.com/icholy/nvim-lsp-bug
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icholy/nvim-lsp-bug
- Owner: icholy
- Created: 2023-09-09T21:45:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T00:55:56.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T17:49:55.720Z (about 1 year ago)
- Language: Lua
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()`