mirror of
https://github.com/amix/vimrc
synced 2025-07-10 11:44:59 +08:00
Updated plugins
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2020 itchyny
|
||||
Copyright (c) 2013-2021 itchyny
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -11,44 +11,29 @@ https://github.com/itchyny/lightline.vim
|
||||
|
||||

|
||||
|
||||
### jellybeans
|
||||
### solarized (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### solarized dark
|
||||
### solarized (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
||||
### solarized light
|
||||
### PaperColor (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### PaperColor dark
|
||||
### PaperColor (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
||||
### PaperColor light
|
||||
### one (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### seoul256
|
||||
|
||||

|
||||
|
||||
### one dark
|
||||
|
||||

|
||||
|
||||
### one light
|
||||
|
||||

|
||||
|
||||
### landscape
|
||||
|
||||

|
||||
|
||||
landscape is my colorscheme, which is a high-contrast cterm-supported colorscheme, available at https://github.com/itchyny/landscape.vim
|
||||
### one (`background=light`)
|
||||
|
||||

|
||||
|
||||
For screenshots of all available colorshemes, see [this file](colorscheme.md).
|
||||
|
||||
|
@ -16,45 +16,45 @@
|
||||
|
||||

|
||||
|
||||
### PaperColor dark
|
||||
### PaperColor (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### PaperColor light
|
||||
### PaperColor (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
||||
### Tomorrow
|
||||
|
||||

|
||||
|
||||
### Tomorrow Night
|
||||
### Tomorrow_Night
|
||||
|
||||

|
||||

|
||||
|
||||
### Tomorrow Night Blue
|
||||
### Tomorrow_Night_Blue
|
||||
|
||||

|
||||

|
||||
|
||||
### Tomorrow Night Bright
|
||||
### Tomorrow_Night_Bright
|
||||
|
||||

|
||||

|
||||
|
||||
### Tomorrow Night Eighties
|
||||
### Tomorrow_Night_Eighties
|
||||
|
||||

|
||||

|
||||
|
||||
### ayu_mirage
|
||||
|
||||

|
||||

|
||||
|
||||
### ayu_light
|
||||
|
||||

|
||||

|
||||
|
||||
### ayu_dark
|
||||
|
||||

|
||||

|
||||
|
||||
### darcula
|
||||
|
||||
@ -68,29 +68,29 @@
|
||||
|
||||

|
||||
|
||||
### selenized dark
|
||||
### selenized_dark
|
||||
|
||||

|
||||

|
||||
|
||||
### selenized black
|
||||
### selenized_black
|
||||
|
||||

|
||||

|
||||
|
||||
### selenized light
|
||||
### selenized_light
|
||||
|
||||

|
||||

|
||||
|
||||
### selenized white
|
||||
### selenized_white
|
||||
|
||||

|
||||

|
||||
|
||||
### solarized dark
|
||||
### solarized (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### solarized light
|
||||
### solarized (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
||||
### materia
|
||||
|
||||
@ -112,13 +112,13 @@
|
||||
|
||||

|
||||
|
||||
### one dark
|
||||
### one (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### one light
|
||||
### one (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
||||
### srcery_drk
|
||||
|
||||
@ -136,10 +136,10 @@
|
||||
|
||||

|
||||
|
||||
### 16color dark
|
||||
### 16color (`background=dark`)
|
||||
|
||||

|
||||

|
||||
|
||||
### 16color light
|
||||
### 16color (`background=light`)
|
||||
|
||||

|
||||

|
||||
|
@ -306,9 +306,6 @@ Exposed functions for lightline.vim.
|
||||
lightline#update() *lightline#update()*
|
||||
Updates all the statuslines of existing windows.
|
||||
|
||||
lightline#update_once() *lightline#update_once()*
|
||||
Updates the statuslines only once.
|
||||
|
||||
lightline#enable() *lightline#enable()*
|
||||
Enables |lightline|.
|
||||
|
||||
|
Reference in New Issue
Block a user