Skip to content

Commit

Permalink
Format overrides.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lgegrtnr committed Jul 7, 2023
1 parent 8c5bb22 commit 4ecf036
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions nvim-lua/custom/configs/overrides.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local M = {}


M.treesitter = {
ensure_installed = {
"vim",
Expand Down Expand Up @@ -48,18 +49,18 @@ M.mason = {

-- git support in nvimtree
M.nvimtree = {
git = {
enable = true,
},
git = {
enable = true,
},

renderer = {
highlight_git = true,
icons = {
show = {
git = true,
},
},
},
renderer = {
highlight_git = true,
icons = {
show = {
git = true,
},
},
},
}

return M

0 comments on commit 4ecf036

Please sign in to comment.