Skip to content

Commit 6db7af8

Browse files
committed
added lazygit
1 parent b74a737 commit 6db7af8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lua/plugins/init.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,9 @@ require('lazy').setup({
665665
require 'plugins.kickstart.neo-tree',
666666
require 'plugins.kickstart.gitsigns', -- adds gitsigns recommend keymaps
667667

668-
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
669-
-- This is the easiest way to modularize your config.
670-
--
668+
-- require topper3418 plugins
671669
require 'plugins.topper3418.oil',
670+
require 'plugins.topper3418.lazygit',
672671
}, {
673672
ui = {
674673
-- If you are using a Nerd Font: set icons to an empty table which will use the

lua/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
44
vim.opt.foldlevelstart = 99
55
-- relative line numbers and line numbers
66
vim.opt.nu = true
7-
vim.opt.relativenumber = true
7+
vim.opt.rnu = true
88
-- tabbing options
99
vim.opt.tabstop = 4
1010
vim.opt.softtabstop = 4

0 commit comments

Comments
 (0)