Add fugitive and lint
This commit is contained in:
parent
332461a3f4
commit
41e29cb852
4
init.lua
4
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
|
||||
|
|
Loading…
Reference in New Issue