[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bfbee0f8257fcde1d994485ae16f3fd93ad17203 11 lines 183 B view raw
1.PHONY: 2.SILENT: 3 4format: 5 stylua **/*.lua 6 7lint: 8 selene **/*.lua 9 10test: 11 nvim --headless -u ./spec/minimal.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal.vim'}"