Working on my config a bit
This commit is contained in:
parent
b0f44cbb01
commit
d4bd609376
2 changed files with 10 additions and 0 deletions
|
@ -1,8 +1,14 @@
|
|||
source $HOME/.config/nvim/plug/plug.vim
|
||||
source $HOME/.config/nvim/plugs.vim
|
||||
|
||||
" Open NERDTree using a nice shortcut
|
||||
map <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
" Display buffers in the tab line
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
set mouse=a
|
||||
|
||||
"set splitright
|
||||
"set splitbelow
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@ Plug 'scrooloose/nerdtree'
|
|||
Plug 'tpope/vim-fugitive' " Git integration
|
||||
Plug 'airblade/vim-gitgutter' " Shows a diff in the gutter
|
||||
|
||||
" TODO: what is this section called?
|
||||
" TODO: consider switching to powerline
|
||||
Plug 'vim-airline/vim-airline' " Display more contextual information
|
||||
|
||||
" [submodule "bundle/airline"]
|
||||
" path = vim/.vim/bundle/airline
|
||||
" url = https://github.com/vim-airline/vim-airline
|
||||
|
|
Loading…
Reference in a new issue