all repos

gopher.nvim @ 49d99135be0ee7e670b9ac6af69deed70c064345

Minimalistic plugin for Go development
2 files changed, 14 insertions(+), 0 deletions(-)
add makefile
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-31 00:23:53 +0300
Parent: f79f83c
A Makefile

@@ -0,0 +1,11 @@

+.PHONY: +.SILENT: + +format: + stylua **/*.lua + +lint: + selene **/*.lua + +test: + nvim --headless -u ./spec/minimal.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal.vim'}"
A spec/minimal.vim

@@ -0,0 +1,3 @@

+set rtp+=. +packadd plenary.nvim +packadd nvim-treesitter