mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
More comments
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -10,7 +10,8 @@ Plugin 'majutsushi/tagbar'
|
|||||||
" The unite or unite.vim plug-in can search and display information from
|
" The unite or unite.vim plug-in can search and display information from
|
||||||
" arbitrary sources like files, buffers, recently used files or registers.
|
" arbitrary sources like files, buffers, recently used files or registers.
|
||||||
Plugin 'Shougo/unite.vim'
|
Plugin 'Shougo/unite.vim'
|
||||||
" Nice statusbar
|
" Nice statusbar, alternative for powerline. Get powerline font for best
|
||||||
|
" looking result
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
" Better showing of open buffers (open files)
|
" Better showing of open buffers (open files)
|
||||||
Plugin 'bling/vim-bufferline'
|
Plugin 'bling/vim-bufferline'
|
||||||
@@ -36,6 +37,7 @@ call vundle#end() " required
|
|||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|
||||||
|
|
||||||
|
" Enable line numbers and syntax highlighting by default
|
||||||
set number
|
set number
|
||||||
syntax on
|
syntax on
|
||||||
" enable words completion
|
" enable words completion
|
||||||
|
|||||||
Reference in New Issue
Block a user