File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
44vim .opt .foldlevelstart = 99
55-- relative line numbers and line numbers
66vim .opt .nu = true
7- vim .opt .relativenumber = true
7+ vim .opt .rnu = true
88-- tabbing options
99vim .opt .tabstop = 4
1010vim .opt .softtabstop = 4
You can’t perform that action at this time.
0 commit comments