add vista.nvim

Atao 2025-03-18 23:37:57 +01:00
parent 2a48e84054
commit b2c21b362d
1 changed files with 4 additions and 0 deletions

View File

@ -81,5 +81,9 @@ return {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
}
},
{
"liuchengxu/vista.vim",
lazy = false,
},
}