1
Fork 0
This commit is contained in:
Matei Adriel 2023-05-24 03:17:09 +02:00
parent 0ed7d09824
commit 1cd3d7a903
No known key found for this signature in database
31 changed files with 543 additions and 132 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -56,7 +56,13 @@ return {
{
"kaarmu/typst.vim",
ft = { "typst" },
ft = "typst",
cond = env.vscode.not_active(),
},
{
"theRealCarneiro/hyprland-vim-syntax",
ft = "hypr",
cond = env.vscode.not_active(),
},
--}}}