added lazygit
This commit is contained in:
parent
b74a7375d4
commit
6db7af8bd2
|
@ -665,10 +665,9 @@ require('lazy').setup({
|
||||||
require 'plugins.kickstart.neo-tree',
|
require 'plugins.kickstart.neo-tree',
|
||||||
require 'plugins.kickstart.gitsigns', -- adds gitsigns recommend keymaps
|
require 'plugins.kickstart.gitsigns', -- adds gitsigns recommend keymaps
|
||||||
|
|
||||||
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
-- require topper3418 plugins
|
||||||
-- This is the easiest way to modularize your config.
|
|
||||||
--
|
|
||||||
require 'plugins.topper3418.oil',
|
require 'plugins.topper3418.oil',
|
||||||
|
require 'plugins.topper3418.lazygit',
|
||||||
}, {
|
}, {
|
||||||
ui = {
|
ui = {
|
||||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||||
|
|
|
@ -4,7 +4,7 @@ vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||||
vim.opt.foldlevelstart = 99
|
vim.opt.foldlevelstart = 99
|
||||||
-- relative line numbers and line numbers
|
-- relative line numbers and line numbers
|
||||||
vim.opt.nu = true
|
vim.opt.nu = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.rnu = true
|
||||||
-- tabbing options
|
-- tabbing options
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.softtabstop = 4
|
vim.opt.softtabstop = 4
|
||||||
|
|
Loading…
Reference in New Issue