From 081763697bf939ed2de9405170ca564a6fa1cd5e Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 24 Jul 2021 01:12:18 +0800 Subject: Remove plugin vim-titlecase I cann't even remember when I used it last time. --- lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 0b6f544..93feb9f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -135,9 +135,6 @@ require('packer').startup( -- Multiple cursor plugin like Sublime Text? -- use 'mg979/vim-visual-multi' - -- Title character case - use 'christoomey/vim-titlecase' - -- Autosave files on certain events use '907th/vim-auto-save' @@ -182,6 +179,7 @@ require('packer').startup( -- Git command inside vim use 'tpope/vim-fugitive' + use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' } -- Another markdown plugin use {'plasticboy/vim-markdown', ft = {'markdown', }} @@ -294,3 +292,5 @@ vim.api.nvim_exec([[ autocmd BufWritePost */nvim/lua/plugins.lua source | PackerCompile augroup END ]], false) + +require('neogit').setup() -- cgit v1.2.3