feat: upgrade kickstart.nvim to latest commit (#28)
Also, fix an issue with the dry run patch target and improve the setup of different LSPs for elixir. Reviewed-on: #28
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ patch_init_lua: ## create a patch file with the changes made in kickstart's init
|
||||
|
||||
.PHONY: patch_init_lua_dry_run
|
||||
patch_init_lua_dry_run: ## show the changes made in kickstart's init.lua file
|
||||
@cd $(neovim_config_dir) && git --patch init.lua
|
||||
@cd $(neovim_config_dir) && git diff --patch init.lua
|
||||
|
||||
.PHONY: help
|
||||
help: ## show help message
|
||||
|
Reference in New Issue
Block a user