Compare commits

..

No commits in common. "ee766611645d60c5401474c84c86c3cd1c309564" and "e2a76b6ddc11720d9f6e9d2702293783fa6dd07c" have entirely different histories.

4 changed files with 5 additions and 10 deletions

View file

@ -89,12 +89,4 @@ 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" },
},
},
},
}) })

View file

@ -8,7 +8,6 @@ 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

View file

@ -20,6 +20,10 @@ 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

View file

@ -1,4 +1,4 @@
# Dotfile Todo's # Dotfile Todo's
- [ ] fix `ta` function so that no arguments prompts users if more than one session exists - [ ] make lua utility function for neovim to include plugins if executable exists