aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/lightline.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/lightline.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' ] ],
+ \ },
+ \ }