diff options
| author | Syndamia <kamen@syndamia.com> | 2023-02-25 12:26:57 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-02-25 12:26:57 +0200 |
| commit | 1601693870c884884624cef1a3b1a93416c5bfe3 (patch) | |
| tree | 9c8b6320545172fb237ab097a2b682c639e636a7 /.vim | |
| parent | cf7ba097e63d46d770af317c645caf1e8fae49d7 (diff) | |
| download | dotfiles-1601693870c884884624cef1a3b1a93416c5bfe3.tar dotfiles-1601693870c884884624cef1a3b1a93416c5bfe3.tar.gz dotfiles-1601693870c884884624cef1a3b1a93416c5bfe3.zip | |
[.vimrc] tabline miniplugin is automatically loaded
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc index 41f8429..53557dc 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -42,6 +42,7 @@ call plug#end() runtime miniplugins/code_terminal.vim runtime miniplugins/statusline.vim +runtime miniplugins/tabline.vim runtime miniplugins/spell_check_mode.vim runtime startup/pluginsettings.vim |
