config(nvim): support just syntax

main
sudo pacman -Syu 2024-08-22 13:26:33 +07:00
parent e29d739baa
commit 1cfec1b863
1 changed files with 11 additions and 0 deletions

View File

@ -418,6 +418,17 @@ require("lazy").setup({
-- https://github.com/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