enable git by default for nvimtree

This commit is contained in:
siduck
2024-03-15 06:37:04 +05:30
parent 80c2e01c75
commit b94c57954f
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ local M = {}
local map = vim.keymap.set
local conf = require("nvconfig").ui.lsp
-- export on_attach & capabilities for custom lspconfigs
-- export on_attach & capabilities
M.on_attach = function(client, bufnr)
local function opts(desc)
return { buffer = bufnr, desc = desc }