Add fugitive and lint

pull/1399/head
Nicky Obreykov 2 months ago
parent 332461a3f4
commit 41e29cb852

@ -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

Loading…
Cancel
Save