Skip to content

Commit

Permalink
Add make nvim target for makefile to start neovim with distant conf…
Browse files Browse the repository at this point in the history
…igured
  • Loading branch information
chipsenkbeil committed Aug 5, 2023
1 parent 17bcd37 commit 2ae7d73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ help: ## Display help information
@printf 'usage: make [target] ...\n\ntargets:\n'
@egrep '^(.+)\:\ .*##\ (.+)' $(MAKEFILE_LIST) | sed 's/:.*##/#/' | column -t -c 2 -s '#'

###############################################################################
# LOCAL RUN NVIM WITH JUST DISTANT
###############################################################################

nvim: ## Starts neovim with distant configured
@nvim -u spec/init.lua +'lua require("distant"):setup()'

###############################################################################
# LOCAL TEST TARGETS
###############################################################################
Expand Down

0 comments on commit 2ae7d73

Please sign in to comment.