From 41e29cb852eae7e99221463356e7e2f8a4bc00c7 Mon Sep 17 00:00:00 2001 From: Nicky Obreykov Date: Sat, 8 Mar 2025 11:54:04 +0100 Subject: [PATCH] Add fugitive and lint --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 09470a0a..aaa2fd3b 100644 --- a/init.lua +++ b/init.lua @@ -741,6 +741,8 @@ require('lazy').setup({ end, }, + { 'tpope/vim-fugitive' }, + { -- You can easily change to a different colorscheme. -- Change the name of the colorscheme plugin below, and then -- change the command in the config to whatever the name of that colorscheme is. @@ -939,7 +941,7 @@ require('lazy').setup({ -- -- require 'kickstart.plugins.debug', -- require 'kickstart.plugins.indent_line', - -- require 'kickstart.plugins.lint', + require 'kickstart.plugins.lint', -- require 'kickstart.plugins.autopairs', require 'kickstart.plugins.neo-tree', require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps