Adding stdtabs plugin. Adding browser function in fish, which just evals open. Using this for gx instead of open

This commit is contained in:
Dustin Swan
2014-02-10 17:44:57 -06:00
parent 3b623af971
commit 0373bf647f
2 changed files with 5 additions and 0 deletions

4
vimrc
View File

@@ -60,6 +60,7 @@ Bundle 'tpope/vim-vinegar'
Bundle 'itchyny/calendar.vim'
Bundle 'lfilho/cosco.vim'
Bundle 'ntpeters/vim-better-whitespace'
Bundle "sdanielf/vim-stdtabs"
let $GIT_SSL_NO_VERIFY = 'true'
@@ -279,3 +280,6 @@ nnoremap <leader>d :Dict
" Cosco
autocmd FileType javascript,css nnoremap <silent> ,; :call cosco#commaOrSemiColon()<CR>
autocmd FileType javascript,css inoremap <silent> ,; <ESC>:call cosco#commaOrSemiColon()"<CR>a
" Browser
:let g:netrw_browsex_viewer = "browser"