diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-10-29 00:01:44 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-10-29 00:01:44 -0400 |
| commit | 188cc44f0d8b090caa740fa7e9b6a197df38b88f (patch) | |
| tree | 44db8d4a284f82f88fc96126f79164c594d2007e /basic.vim | |
| parent | 0dbc1ced53ab90811238ba2c25d52f0ceaadff55 (diff) | |
| download | vim-cfg-188cc44f0d8b090caa740fa7e9b6a197df38b88f.tar.gz vim-cfg-188cc44f0d8b090caa740fa7e9b6a197df38b88f.tar.xz | |
massive refactor of my vimrc
Diffstat (limited to 'basic.vim')
| l---------[-rw-r--r--] | basic.vim | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/basic.vim b/basic.vim index 73c040d..c530766 100644..120000 --- a/basic.vim +++ b/basic.vim @@ -1,18 +1 @@ -" Basic vimrc for systems you don't want to copy the full one to -set background=dark -nmap <leader>n :set invnu<CR> -set nu -set encoding=utf-8 -nmap <leader>l :set list!<CR> -set listchars=tab:▸\ ,eol:¬,trail:• -set colorcolumn=80 -set fileencoding=utf-8 -set ic -set hls -set updatecount=0 -set nocompatible -set tabstop=4 -set shiftwidth=4 -set noexpandtab -set mouse+=a -syntax on +inc/basics.vim
\ No newline at end of file |
