Reworked visual appearance and bindings
+ added more convenient bindings * visually improved interface + started working on implementing editorconfig
This commit is contained in:
parent
df4e455fb6
commit
3763771791
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -22,9 +22,9 @@
|
||||
[submodule "bundle/vim-sensible"]
|
||||
path = bundle/vim-sensible
|
||||
url = https://github.com/tpope/vim-sensible
|
||||
[submodule "bundle/vim-airline"]
|
||||
path = bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline
|
||||
[submodule "bundle/vim-airline-themes"]
|
||||
path = bundle/vim-airline-themes
|
||||
url = https://github.com/vim-airline/vim-airline-themes.git
|
||||
[submodule "bundle/lightline.vim"]
|
||||
path = bundle/lightline.vim
|
||||
url = https://github.com/itchyny/lightline.vim.git
|
||||
[submodule "bundle/editorconfig-vim"]
|
||||
path = bundle/editorconfig-vim
|
||||
url = https://github.com/editorconfig/editorconfig-vim.git
|
||||
|
||||
1
bundle/editorconfig-vim
Submodule
1
bundle/editorconfig-vim
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3078cd10b28904e57d878c0d0dab42aa0a9fdc89
|
||||
1
bundle/lightline.vim
Submodule
1
bundle/lightline.vim
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b06d921023cf6536bcbee5754071d122296e8942
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 2e29ab965625d1315f0ad070c928794baea3d66f
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256
|
||||
9
vimrc
9
vimrc
@ -6,6 +6,9 @@ execute pathogen#infect()
|
||||
let g:spacegray_use_italics=1
|
||||
colorscheme spacegray
|
||||
let g:airline_theme='distinguished'
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'Tomorrow_Night',
|
||||
\}
|
||||
|
||||
" custom settings
|
||||
set number
|
||||
@ -47,8 +50,6 @@ let g:header_field_author_email='steinsset@gmail.com'
|
||||
let g:header_field_license_id='GNU'
|
||||
nmap <silent> <F4> :AddHeader<CR>
|
||||
|
||||
" allow project-specific configs
|
||||
if filereadable("./.project.vim")
|
||||
source ./.project.vim
|
||||
endif
|
||||
set autochdir
|
||||
let g:EditorConfig_verbose=1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user