aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-05 20:08:41 +0800
committerGuangxiong Lin <[email protected]>2022-06-05 20:08:41 +0800
commitcbd3c8b4bf9981525cf154db0ca89e270d435cfe (patch)
tree5f830a1e0944f6a06c10b76da21e26a3ba55148f /.vim
parentc1b2ff34508984f4f9ed40be72cd61f01b39b7a0 (diff)
downloaddotfiles-cbd3c8b4bf9981525cf154db0ca89e270d435cfe.tar.gz
dotfiles-cbd3c8b4bf9981525cf154db0ca89e270d435cfe.tar.bz2
dotfiles-cbd3c8b4bf9981525cf154db0ca89e270d435cfe.zip
Use relativepath in lightline vim
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugin/lightline.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/plugin/lightline.vim b/.vim/plugin/lightline.vim
new file mode 100644
index 0000000..49ea71c
--- /dev/null
+++ b/.vim/plugin/lightline.vim
@@ -0,0 +1,5 @@
+let g:lightline = {
+ \ 'active': {
+ \ 'left': [ [ 'mode', 'paste'], [ 'readonly', 'relativepath', 'modified' ] ],
+ \ },
+ \ }