Skip to content

Commit 41e29cb

Browse files
committed
Add fugitive and lint
1 parent 332461a commit 41e29cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ require('lazy').setup({
741741
end,
742742
},
743743

744+
{ 'tpope/vim-fugitive' },
745+
744746
{ -- You can easily change to a different colorscheme.
745747
-- Change the name of the colorscheme plugin below, and then
746748
-- change the command in the config to whatever the name of that colorscheme is.
@@ -939,7 +941,7 @@ require('lazy').setup({
939941
--
940942
-- require 'kickstart.plugins.debug',
941943
-- require 'kickstart.plugins.indent_line',
942-
-- require 'kickstart.plugins.lint',
944+
require 'kickstart.plugins.lint',
943945
-- require 'kickstart.plugins.autopairs',
944946
require 'kickstart.plugins.neo-tree',
945947
require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps

0 commit comments

Comments
 (0)