1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Web development/Filetype icons

This commit is contained in:
2015-04-21 14:48:14 +02:00
parent f5431b236d
commit e52a818211

7
.vimrc
View File

@@ -35,6 +35,13 @@ let NERDTreeIgnore = ['\.pyc$']
" close vim if the only window left open is a NERDTree " close vim if the only window left open is a NERDTree
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
" Web Development/Filetype icons
Plugin 'ryanoasis/vim-webdevicons'
" Set guifont when using gvim:
"set guifont=Droid\ Sans\ Mono\ for\ Powerline\ Plus\ Nerd\ File\ Types\ 11
" Full path fuzzy file, buffer, mru, tag, ... finder " Full path fuzzy file, buffer, mru, tag, ... finder
Plugin 'kien/ctrlp.vim' Plugin 'kien/ctrlp.vim'
let g:ctrlp_map = '<Leader>t' let g:ctrlp_map = '<Leader>t'