mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update packer plugin settings
This commit is contained in:
parent
cfd23901a9
commit
9ddffc1c6b
@ -80,12 +80,10 @@ require('packer').startup(
|
|||||||
use 'sainnhe/gruvbox-material'
|
use 'sainnhe/gruvbox-material'
|
||||||
use 'shaunsingh/nord.nvim'
|
use 'shaunsingh/nord.nvim'
|
||||||
|
|
||||||
if fn.exists('g:started_by_firenvim') == 0 then
|
-- colorful status line and theme
|
||||||
-- colorful status line and theme
|
use {'vim-airline/vim-airline', event = 'VimEnter'}
|
||||||
use 'vim-airline/vim-airline'
|
use {'vim-airline/vim-airline-themes', event = 'VimEnter'}
|
||||||
use 'vim-airline/vim-airline-themes'
|
use {'mhinz/vim-startify', event = 'VimEnter'}
|
||||||
use 'mhinz/vim-startify'
|
|
||||||
end
|
|
||||||
|
|
||||||
use {'lukas-reineke/indent-blankline.nvim'}
|
use {'lukas-reineke/indent-blankline.nvim'}
|
||||||
|
|
||||||
@ -112,7 +110,7 @@ require('packer').startup(
|
|||||||
use {'honza/vim-snippets', event = {'InsertEnter'}}
|
use {'honza/vim-snippets', event = {'InsertEnter'}}
|
||||||
|
|
||||||
-- Automatic insertion and deletion of a pair of characters
|
-- Automatic insertion and deletion of a pair of characters
|
||||||
use {'jiangmiao/auto-pairs', event = {'VimEnter'}}
|
use 'jiangmiao/auto-pairs'
|
||||||
|
|
||||||
-- Comment plugin
|
-- Comment plugin
|
||||||
use 'tpope/vim-commentary'
|
use 'tpope/vim-commentary'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user