diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-10 09:24:37 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | e456adf0c9c6ef27f42919b027d3aecb01755b0e (patch) | |
| tree | 291f7b01499be06bbc3fbb56095ac383d0b26240 /.chezmoi.toml.tmpl | |
| parent | ef171af0a70c6adcf19cef150e3f74d13cba4207 (diff) | |
feat(nvim): add copilot to nvim-cmp
additionally move nvim-cmp plugin to its own file
Diffstat (limited to '.chezmoi.toml.tmpl')
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index f9a8b7a..5f8c013 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -15,6 +15,8 @@ {{ $git_email := promptStringOnce . "git_email" "Email address for Git global config" -}} {{ $git_name := promptStringOnce . "git_name" "Display name for Git global config" -}} +{{ $enable_nvim_copilot := promptBoolOnce . "enable_nvim_copilot" "Enable features related to GitHub Copilot" -}} + {{ if eq .chezmoi.os "windows" -}} [cd] command = "pwsh" @@ -26,6 +28,7 @@ [data] git_email = {{ $git_email | quote }} git_name = {{ $git_name | quote }} + enable_nvim_copilot = {{ $enable_nvim_copilot }} [diff] exclude = ["scripts"] |
