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:
7
.vimrc
7
.vimrc
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user