config(nvim): support just syntax
parent
e29d739baa
commit
1cfec1b863
|
@ -418,6 +418,17 @@ require("lazy").setup({
|
||||||
-- https://github.com/aklt/plantuml-syntax
|
-- https://github.com/aklt/plantuml-syntax
|
||||||
{
|
{
|
||||||
"aklt/plantuml-syntax",
|
"aklt/plantuml-syntax",
|
||||||
|
ft = {
|
||||||
|
"plantuml",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
-- https://github.com/NoahTheDuke/vim-just
|
||||||
|
{
|
||||||
|
"NoahTheDuke/vim-just",
|
||||||
|
ft = {
|
||||||
|
"just",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- https://github.com/stevearc/conform.nvim
|
-- https://github.com/stevearc/conform.nvim
|
||||||
|
|
Loading…
Reference in New Issue