Skip to content

Commit

Permalink
feat(vim): use standard tabline
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Feb 26, 2021
1 parent a380603 commit f0bf112
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/neovim/plugins.d/itchyny/lightline.vim
Expand Up @@ -28,9 +28,6 @@ let g:lightline = {
\ 'modified': 'LightlineModified',
\ 'cocstatus': 'StatusDiagnostic'
\ },
\ 'tab_component_function': {
\ 'filename': 'LightlineTabname'
\ },
\ }

function! StatusDiagnostic() abort
Expand Down

0 comments on commit f0bf112

Please sign in to comment.