feat: add ucl support

This commit is contained in:
2026-07-10 18:57:32 +02:00
parent baa098454b
commit c7ea39ccf5
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ require("pack").setup({
"https://github.com/stevearc/oil.nvim",
"https://github.com/hedyhli/outline.nvim",
"https://github.com/tpope/vim-fugitive.git",
"https://github.com/owallb/vim-ucl.git",
"https://github.com/lewis6991/gitsigns.nvim",
"nvim.undotree",
{
+4
View File
@@ -185,6 +185,10 @@
"vim-fugitive": {
"rev": "3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0",
"src": "https://github.com/tpope/vim-fugitive.git"
},
"vim-ucl": {
"rev": "6ca8ce599e987244f90102fff2efa932820c59e8",
"src": "https://github.com/owallb/vim-ucl.git"
}
}
}