Add onedark theme and lightline status bar
This commit is contained in:
parent
a6398b3db5
commit
32633c18d9
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "pack/plugins/start/lightline"]
|
||||
path = pack/plugins/start/lightline
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
[submodule "pack/plugins/opt/onedark.vim"]
|
||||
path = pack/plugins/opt/onedark.vim
|
||||
url = https://github.com/joshdick/onedark.vim.git
|
5
.vimrc
5
.vimrc
|
@ -1,4 +1,7 @@
|
|||
colorscheme slate
|
||||
packadd! onedark.vim
|
||||
colorscheme onedark
|
||||
set laststatus=2
|
||||
|
||||
set number
|
||||
|
||||
syntax on
|
||||
|
|
1
pack/plugins/opt/onedark.vim
Submodule
1
pack/plugins/opt/onedark.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 94ff495eac89cea2532d8e0022f67c79a24d9649
|
1
pack/plugins/start/lightline
Submodule
1
pack/plugins/start/lightline
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 709b2d8dc88fa622d6c076f34b05b58fcccf393f
|
Loading…
Reference in a new issue