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

add makefile

Changed files
+14
spec
+11
Makefile
··· 1 + .PHONY: 2 + .SILENT: 3 + 4 + format: 5 + stylua **/*.lua 6 + 7 + lint: 8 + selene **/*.lua 9 + 10 + test: 11 + nvim --headless -u ./spec/minimal.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal.vim'}"
+3
spec/minimal.vim
··· 1 + set rtp+=. 2 + packadd plenary.nvim 3 + packadd nvim-treesitter