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:
2024-02-12 23:51:30 +00:00
parent dcd86789e7
commit d8aa29893e
3 changed files with 23 additions and 17 deletions

View File

@@ -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