added plantuml syntax

This commit is contained in:
MasterGordon 2021-09-28 14:42:15 +02:00
parent 7f9cdd2b11
commit 0578d9f1c2
1 changed files with 1 additions and 0 deletions

View File

@ -232,5 +232,6 @@ return require("packer").startup(
vim.cmd("let g:coq_settings = { 'auto_start': v:true, 'keymaps': {'manual_completion': '<c-f>'} }")
end
}
use "aklt/plantuml-syntax"
end
)