diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-24 01:12:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-24 01:12:18 +0800 |
| commit | 081763697bf939ed2de9405170ca564a6fa1cd5e (patch) | |
| tree | 54f4551b92cead70fdf11ed018d6da4a0e09c973 /lua/plugins.lua | |
| parent | 5779c5ef386900785eed98e73a6e0bef12a935b1 (diff) | |
Remove plugin vim-titlecase
I cann't even remember when I used it last time.
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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 <afile> | PackerCompile augroup END ]], false) + +require('neogit').setup() |
