mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
Rename samples subdirectories
This commit is contained in:
2
samples/VimL/.gvimrc
Normal file
2
samples/VimL/.gvimrc
Normal file
@@ -0,0 +1,2 @@
|
||||
" no toolbar
|
||||
set guioptions-=T
|
||||
8
samples/VimL/.vimrc
Normal file
8
samples/VimL/.vimrc
Normal file
@@ -0,0 +1,8 @@
|
||||
set nocompatible
|
||||
set ignorecase
|
||||
set incsearch
|
||||
set smartcase
|
||||
set showmatch
|
||||
set showcmd
|
||||
|
||||
syntax on
|
||||
Reference in New Issue
Block a user