feat: add ucl support
This commit is contained in:
@@ -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",
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user