source: umon/ports/csb740/_vimrc @ 87db514

Last change on this file since 87db514 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100755
File size: 230 bytes
Line 
1" Very basic VIM startup file
2"
3" Set tab stop to 4 characters:
4set ts=4
5
6" Turn off syntax-sensitive coloring:
7" syntax off
8
9" Enable C-style indentation:
10" set cindent
11
12" Disable the highlighting of search items:
13set nohlsearch
Note: See TracBrowser for help on using the repository browser.