Snippets

Created by Neural Outlet
" My settings for Vim with tab/space syntax
"  - Anthony Phine

" Pretty please
syntax enable
syntax on

" General formatting
set shiftwidth=4
set smartindent
set tabstop=4

" Show tabs and spaces
set list
set listchars=tab:>.,trail:.,extends:#,nbsp:.

" Scroll with mouse
set mouse=a

" Recognise non-standard syntax files
au BufRead,BufNewFile *.msb set filetype=mush     " MuSh
au BufRead,BufNewFile *.setl set filetype=setl    " SETL

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.