chore(nvim): gruvbox original hard and some plugin changes

This commit is contained in:
Afonso Franco 2024-04-18 01:21:37 +01:00
parent 7a178fa992
commit a0111a6c4c
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
6 changed files with 118 additions and 17 deletions

View file

@ -3,6 +3,7 @@ require("conform").setup({
python = { "black" },
javascript = { "prettierd" },
markdown = { "mdformat" },
go = { "gofmt" },
json = {"jq"}
}
})