.
This commit is contained in:
parent
d6ad04ec7f
commit
ee76661164
3 changed files with 9 additions and 4 deletions
|
@ -89,4 +89,12 @@ return require("util").if_exe("go", {
|
||||||
vim.list_extend(opts.ensure_installed, { "goimports", "gofumpt", "gomodifytags", "impl", "delve" })
|
vim.list_extend(opts.ensure_installed, { "goimports", "gofumpt", "gomodifytags", "impl", "delve" })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stevearc/conform.nvim",
|
||||||
|
opts = {
|
||||||
|
formatters_by_ft = {
|
||||||
|
go = { "goimports", "gofumpt" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -8,6 +8,7 @@ palette:
|
||||||
rosewater: '#f5e0dc'
|
rosewater: '#f5e0dc'
|
||||||
sky: '#89dceb'
|
sky: '#89dceb'
|
||||||
final_space: true
|
final_space: true
|
||||||
|
shell_integration: true
|
||||||
blocks:
|
blocks:
|
||||||
- type: prompt
|
- type: prompt
|
||||||
alignment: left
|
alignment: left
|
||||||
|
|
|
@ -20,10 +20,6 @@ wfxr/forgit
|
||||||
# romkatv/powerlevel10k kind:fpath
|
# romkatv/powerlevel10k kind:fpath
|
||||||
${ZDOTDIR}/plugins/prompt
|
${ZDOTDIR}/plugins/prompt
|
||||||
|
|
||||||
# start compinit before
|
|
||||||
# fzf-tab and zexists
|
|
||||||
# belak/zsh-utils path:completion
|
|
||||||
|
|
||||||
# wrap-up
|
# wrap-up
|
||||||
mattmc3/zephyr path:plugins/confd
|
mattmc3/zephyr path:plugins/confd
|
||||||
${ZDOTDIR}/plugins/zexists
|
${ZDOTDIR}/plugins/zexists
|
||||||
|
|
Loading…
Reference in a new issue