From 4f86a195b81c36fc8a842ee1415b479a119ff933 Mon Sep 17 00:00:00 2001 From: "Diego Miguel M. Villamil" Date: Sat, 28 Sep 2024 20:33:29 +0800 Subject: [PATCH] added fugitive and the gofmt formatter --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index be3c72d1..cff84f40 100644 --- a/init.lua +++ b/init.lua @@ -618,6 +618,7 @@ require('lazy').setup({ 'black', 'isort', }, + go = { 'gofmt' }, stop_after_first = false, -- -- You can use 'stop_after_first' to run the first available formatter from the list @@ -806,6 +807,7 @@ require('lazy').setup({ dependencies = { { 'echasnovski/mini.icons', opts = {} } }, vim.keymap.set('n', '-', 'Oil', { desc = 'Open parent directory' }), }, + { 'tpope/vim-fugitive' }, { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate',