mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: random crap
This commit is contained in:
parent
684ee6d508
commit
cd71c6519e
4 changed files with 41 additions and 14 deletions
|
@ -1,4 +1,13 @@
|
|||
local M = {
|
||||
{
|
||||
"tpope/vim-fugitive",
|
||||
config = function()
|
||||
print("Magic")
|
||||
-- For init.lua
|
||||
vim.g.fugitive_git_executable = "env GPG_TTY=$(tty) git"
|
||||
vim.env.GPG_TTY = vim.fn.system("tty"):gsub("\n", "")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue