mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: use mini modules instead of the whole repo
This commit is contained in:
parent
99bcb4ca97
commit
519f262227
5 changed files with 67 additions and 33 deletions
|
@ -20,6 +20,8 @@ return {
|
|||
go = { "gofumpt", "goimports-reviser", "golines" },
|
||||
cs = { "csharpier" },
|
||||
templ = { "templ" },
|
||||
c = { "clang-format" },
|
||||
cpp = { "clang-format" },
|
||||
},
|
||||
formatters = {
|
||||
csharpier = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue