added german spelling
This commit is contained in:
parent
e4d54113e4
commit
ac6a5d815b
|
|
@ -163,5 +163,11 @@ return require("packer").startup(
|
||||||
requires = {"vim-test/vim-test"},
|
requires = {"vim-test/vim-test"},
|
||||||
run = ":UpdateRemotePlugins"
|
run = ":UpdateRemotePlugins"
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
"vuki656/package-info.nvim",
|
||||||
|
config = function()
|
||||||
|
require("package-info").setup()
|
||||||
|
end
|
||||||
|
}
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
||||||
|
auth/!
|
||||||
|
auth
|
||||||
|
Todo
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue