summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-04-21 20:20:33 +0530
committerlistout <listout@protonmail.com>2021-04-21 20:20:33 +0530
commitd92b093b2bbcf0457a21494018d63495ab69bea7 (patch)
treedeceb1b3ebdb8a9bb03089334c6981aaae43bf9a
parent702c759d82f4b75413480a16ac3845d830f992dd (diff)
removed coc-statusline and lightline
-rw-r--r--configs/statusline.vim31
1 files changed, 16 insertions, 15 deletions
diff --git a/configs/statusline.vim b/configs/statusline.vim
index 3c9588f..14c004e 100644
--- a/configs/statusline.vim
+++ b/configs/statusline.vim
@@ -5,20 +5,21 @@ endif
set noshowmode
-set statusline^=%{coc#status()}%{get(b:,coc_current_function','')}
+"set statusline^=%{coc#status()}%{get(b:,coc_current_function','')}
-function! CocCurrentFunction()
- return get(b:, 'coc_current_function', '')
-endfunction
+"function! CocCurrentFunction()
+ "return get(b:, 'coc_current_function', '')
+"endfunction
-let g:lightline = {
- \ 'colorscheme': 'moonfly',
- \ 'active': {
- \ 'left': [ [ 'mode', 'paste' ],
- \ [ 'cocstatus', 'currentfunction', 'readonly', 'filename', 'modified' ] ]
- \ },
- \ 'component_function': {
- \ 'cocstatus': 'coc#status',
- \ 'currentfunction': 'CocCurrentFunction'
- \ },
- \ }
+
+"let g:lightline = {
+ "\ 'colorscheme': 'default',
+ "\ 'active': {
+ "\ 'left': [ [ 'mode', 'paste' ],
+ "\ [ 'cocstatus', 'currentfunction', 'readonly', 'filename', 'modified' ] ]
+ "\ },
+ "\ 'component_function': {
+ "\ 'cocstatus': 'coc#status',
+ "\ 'currentfunction': 'CocCurrentFunction'
+ "\ },
+ "\ }