Skip to content

Commit

Permalink
config(nvim): support just syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Aug 22, 2024
1 parent e29d739 commit 1cfec1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cfec1b

Please sign in to comment.