mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(nvim): Remove useless comments
This commit is contained in:
parent
e8d5568745
commit
4da1667c54
10 changed files with 20 additions and 99 deletions
|
|
@ -28,34 +28,9 @@ return {
|
|||
end,
|
||||
dependencies = { "nvim-telescope/telescope.nvim" },
|
||||
},
|
||||
-- {
|
||||
-- "kdheepak/lazygit.nvim",
|
||||
-- lazy = true,
|
||||
-- cmd = {
|
||||
-- "LazyGit",
|
||||
-- "LazyGitConfig",
|
||||
-- "LazyGitCurrentFile",
|
||||
-- "LazyGitFilter",
|
||||
-- "LazyGitFilterCurrentFile",
|
||||
-- },
|
||||
-- -- optional for floating window border decoration
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim",
|
||||
-- },
|
||||
-- -- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||
-- -- order to load the plugin when the command is run for the first time
|
||||
-- keys = {
|
||||
-- { "<leader>gg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim", -- required
|
||||
-- "nvim-telescope/telescope.nvim", -- optional
|
||||
-- },
|
||||
config = true,
|
||||
-- event = "VeryLazy",
|
||||
cmd = {
|
||||
"Neogit",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue